Merge pull request #710 from outofthecoral/patch-1

Re-adds the story mode cutscene for Winter Horrorland
This commit is contained in:
Puyo 2021-06-05 19:28:58 +02:00 committed by GitHub
commit 5c0269c642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -991,7 +991,7 @@ class PlayState extends MusicBeatState
{
switch (curSong.toLowerCase())
{
case "winter-horrorland":
case "winter horrorland":
var blackScreen:FlxSprite = new FlxSprite(0, 0).makeGraphic(Std.int(FlxG.width * 2), Std.int(FlxG.height * 2), FlxColor.BLACK);
add(blackScreen);
blackScreen.scrollFactor.set();