1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-26 23:16:46 +00:00

lit-up on street stage

This commit is contained in:
Cameron Taylor 2022-08-25 20:15:50 -04:00
parent aaf1376b53
commit eaab159c73

View file

@ -478,7 +478,7 @@ class PlayState extends MusicBeatState implements IHook
currentStageId = 'pyro'; currentStageId = 'pyro';
case 'senpai' | 'roses': case 'senpai' | 'roses':
currentStageId = 'school'; currentStageId = 'school';
case "darnell": case "darnell" | "lit-up" | "2hot":
currentStageId = 'phillyStreets'; currentStageId = 'phillyStreets';
case 'thorns': case 'thorns':
currentStageId = 'schoolEvil'; currentStageId = 'schoolEvil';