a lot of little fixes and alt animation per notes
This commit is contained in:
@ -369,7 +369,7 @@ class StoryMenuState extends MusicBeatState
|
||||
PlayState.shits = 0;
|
||||
PlayState.goods = 0;
|
||||
PlayState.campaignMisses = 0;
|
||||
PlayState.SONG = Song.loadFromJson(poop, PlayState.storyPlaylist[0]);
|
||||
PlayState.SONG = Song.conversionChecks(Song.loadFromJson(poop, PlayState.storyPlaylist[0]));
|
||||
PlayState.storyWeek = curWeek;
|
||||
PlayState.campaignScore = 0;
|
||||
new FlxTimer().start(1, function(tmr:FlxTimer)
|
||||
|
Reference in New Issue
Block a user