This commit is contained in:
Cameron Taylor
2021-02-02 05:46:17 -05:00
parent 83b5c2012f
commit 8daef50850
9 changed files with 189 additions and 11 deletions

View File

@ -23,6 +23,9 @@ class GameOverSubstate extends MusicBeatSubstate
case 'school':
stageSuffix = '-pixel';
daBf = 'bf-pixel-dead';
case 'school-evil':
stageSuffix = '-pixel';
daBf = 'bf-pixel-dead';
default:
daBf = 'bf';
}