fix songs with spaces (part 200)

This commit is contained in:
KadeDeveloper
2021-07-20 13:22:14 -07:00
parent c403a6a40a
commit aab9cab7b4
3 changed files with 8 additions and 3 deletions

View File

@ -189,7 +189,7 @@ class PlayState extends MusicBeatState
var notesHitArray:Array<Date> = [];
var currentFrames:Int = 0;
var idleToBeat:Bool = true; // change if bf and dad would idle to the beat of the song
var idleBeat:Int = 1; // how frequently bf and dad would play their idle animation(1 - every beat, 2 - every 2 beats and so on)
var idleBeat:Int = 4; // how frequently bf and dad would play their idle animation(1 - every beat, 2 - every 2 beats and so on)
public var dialogue:Array<String> = ['dad:blah blah blah', 'bf:coolswag'];