This commit is contained in:
Cameron Taylor
2021-01-28 01:54:21 -05:00
parent 9d76a3aac5
commit 5dbb4ab393
4 changed files with 5 additions and 1 deletions

View File

@ -331,7 +331,7 @@ class PlayState extends MusicBeatState
evilSnow.antialiasing = true;
add(evilSnow);
}
else if (SONG.song.toLowerCase() == 'senpai')
else if (SONG.song.toLowerCase() == 'senpai' || SONG.song.toLowerCase() == 'roses')
{
curStage = 'school';