mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-21 20:39:52 -04:00
lit-up on street stage
This commit is contained in:
parent
aaf1376b53
commit
eaab159c73
1 changed files with 1 additions and 1 deletions
|
@ -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