Re-adds the story mode cutscene for Winter Horrorland
Cutscene switch didn't change with the song name to add spaces so the cutscene didn't play.
This commit is contained in:
parent
9fabd2408f
commit
a2932e4ec6
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user