Revert "Re-adds the story mode cutscene for Winter Horrorland"

This commit is contained in:
Puyo
2021-06-05 19:33:08 +02:00
committed by GitHub
parent d099b99f0e
commit 93a2cee58f

View File

@ -991,7 +991,7 @@ class PlayState extends MusicBeatState
{ {
switch (curSong.toLowerCase()) 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); var blackScreen:FlxSprite = new FlxSprite(0, 0).makeGraphic(Std.int(FlxG.width * 2), Std.int(FlxG.height * 2), FlxColor.BLACK);
add(blackScreen); add(blackScreen);
blackScreen.scrollFactor.set(); blackScreen.scrollFactor.set();