flashing lights + old code updated with new asset path system

This commit is contained in:
CyndaquilDAC
2021-05-05 16:33:16 -05:00
parent 7ccf634c15
commit f55014839e
7 changed files with 63 additions and 30 deletions

View File

@@ -18,12 +18,9 @@ class GameOverSubstate extends MusicBeatSubstate
{
var daStage = PlayState.curStage;
var daBf:String = '';
switch (daStage)
switch (PlayState.SONG.player1)
{
case 'school':
stageSuffix = '-pixel';
daBf = 'bf-pixel-dead';
case 'schoolEvil':
case 'bf-pixel':
stageSuffix = '-pixel';
daBf = 'bf-pixel-dead';
default: