Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Storyboard overview

2394425147 edited this page May 31, 2020 · 4 revisions

texts

sprites

controllers

templates


Object states

time

if time is not set and this is a scene object (i.e. text or sprite), this scene object is not spawned unless manually spawned by a trigger.

  • "start:<NoteID>": Time of the specified note
  • "end:<NoteID>": End time of this note (Like the end of a hold)
  • "intro:<NoteID>": Time of the intro (i.e. when the note fades in) of a note

All of the above can have the suffix of :<Offset>, which adds an offset to the time given


Examples

  1. Simplifying repeated template calls

Clone this wiki locally