Merge pull request #715 from KadeDev/revert-710-patch-1

Revert "Re-adds the story mode cutscene for Winter Horrorland"
This commit is contained in:
Puyo 2021-06-05 19:33:29 +02:00 committed by GitHub
commit d74dd38cab
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();