Merge pull request #710 from outofthecoral/patch-1
Re-adds the story mode cutscene for Winter Horrorland
This commit is contained in:
commit
5c0269c642
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user