From ee163f9c0d37e968190eb99221e5915e7f8e6434 Mon Sep 17 00:00:00 2001 From: Haxxer Date: Thu, 26 Sep 2024 14:45:53 +0100 Subject: [PATCH] More docs --- docs/api/home.md | 12 ++++++++++++ docs/sidebar.md | 2 ++ 2 files changed, 14 insertions(+) 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)