adding in cool text shit

This commit is contained in:
Cameron Taylor
2020-10-25 13:51:06 -07:00
parent 87286b68c0
commit a55b831c2e
9 changed files with 652 additions and 536 deletions

View File

@ -80,7 +80,17 @@ class ChartingState extends MusicBeatState
_song = PlayState.SONG;
else
{
_song = Song.loadFromJson('tutorial');
_song = {
song: 'tutorial',
notes: [],
bpm: 100,
sections: 0,
needsVoices: false,
player1: 'bf',
player2: 'dad',
sectionLengths: [],
speed: 1
};
}
addSection();