fixed Winter Horrorland transition not working
This commit is contained in:
@ -998,7 +998,7 @@ class PlayState extends MusicBeatState
|
||||
|
||||
if (isStoryMode)
|
||||
{
|
||||
switch (curSong.toLowerCase())
|
||||
switch (StringTools.replace(curSong," ", "-").toLowerCase())
|
||||
{
|
||||
case "winter-horrorland":
|
||||
var blackScreen:FlxSprite = new FlxSprite(0, 0).makeGraphic(Std.int(FlxG.width * 2), Std.int(FlxG.height * 2), FlxColor.BLACK);
|
||||
|
Reference in New Issue
Block a user