-
Notifications
You must be signed in to change notification settings - Fork 192
Cutscenes
Wizard edited this page Dec 10, 2022
·
2 revisions
- Intro cutscenes are found in
data/cutscenes/song.hx
. - Outro cutscenes are found in
data/cutscenes/song-end.hx
.
function create() {
startVideo(Paths.video("video"), function() {
close();
});
}
Running the close();
function either starts from intro or ends from cutscene.