Skip to content

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Sep 26, 2024
1 parent b240484 commit ee163f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/api/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ee163f9

Please sign in to comment.