Custom Launch Music for Each Planet (#8901)

* plant

* what

* literal ctrl+c ctrl+v

* more music

* issue

* feedback

* commit return
This commit is contained in:
Mythril382
2023-12-01 03:16:44 +08:00
committed by GitHub
parent 0afed49b7c
commit 5fe28254e7
3 changed files with 21 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ public class SoundControl{
if(state.isMenu()){
silenced = false;
if(ui.planet.isShown()){
play(Musics.launch);
play(ui.planet.state.planet.launchMusic);
}else if(ui.editor.isShown()){
play(Musics.editor);
}else{