diff --git a/docs/api/home.md b/docs/api/home.md index 1a86de99..a18a6acb 100644 --- a/docs/api/home.md +++ b/docs/api/home.md @@ -61,6 +61,18 @@ Creates a sound section. Until you call any of the [core methods](#sequencer-cor Creates a scrolling text section. Until you call any of the [core methods](#sequencer-core-methods), you'll be working on the scrolling text section. +### Canvas Pan + +`.canvasPan()` + +Creates a canvas pan section. Until you call any of the [core methods](#sequencer-core-methods), you'll be working on the canvas pan section. + +### Crosshair + +`.crosshair()` or `.crosshair("target)` + +Creates a crosshair section. Until you call any of the [core methods](#sequencer-core-methods), you'll be working on the crosshair section. + ### Then do ```js diff --git a/docs/sidebar.md b/docs/sidebar.md index 4c7605fd..a68a57fd 100644 --- a/docs/sidebar.md +++ b/docs/sidebar.md @@ -23,10 +23,12 @@ * [Sound](api/sound.md) * [Scrolling Text](api/scrolling-text.md) * [Canvas Pan](api/canvas-pan.md) + * [Crosshair](api/crosshair.md) * Global * [Database](database.md) * [How to: Sequencer Database](database-basics.md) + * [Crosshairs](crosshair.md) * [Effect Manager](effect-manager.md) * [Sound Manager](sound-manager.md) * [Effect Player](player.md)