mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-26 15:07:14 +00:00
lit-up on street stage
This commit is contained in:
parent
aaf1376b53
commit
eaab159c73
|
@ -478,7 +478,7 @@ class PlayState extends MusicBeatState implements IHook
|
|||
currentStageId = 'pyro';
|
||||
case 'senpai' | 'roses':
|
||||
currentStageId = 'school';
|
||||
case "darnell":
|
||||
case "darnell" | "lit-up" | "2hot":
|
||||
currentStageId = 'phillyStreets';
|
||||
case 'thorns':
|
||||
currentStageId = 'schoolEvil';
|
||||
|
|
Loading…
Reference in a new issue