mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-30 03:25:47 -05:00
poop
This commit is contained in:
parent
54c3faad99
commit
33acea20bf
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class PlayState extends MusicBeatState
|
||||||
|
|
||||||
if (SONG.song.toLowerCase() == 'spookeez' || SONG.song.toLowerCase() == 'monster' || SONG.song.toLowerCase() == 'south')
|
if (SONG.song.toLowerCase() == 'spookeez' || SONG.song.toLowerCase() == 'monster' || SONG.song.toLowerCase() == 'south')
|
||||||
{
|
{
|
||||||
curState = "spooky";
|
curStage = "spooky";
|
||||||
halloweenLevel = true;
|
halloweenLevel = true;
|
||||||
|
|
||||||
var hallowTex = FlxAtlasFrames.fromSparrow(AssetPaths.halloween_bg__png, AssetPaths.halloween_bg__xml);
|
var hallowTex = FlxAtlasFrames.fromSparrow(AssetPaths.halloween_bg__png, AssetPaths.halloween_bg__xml);
|
||||||
|
|
Loading…
Reference in a new issue