feat: implement MusicManager singleton and integrate background music into lobby scene

This commit is contained in:
Yogi Wiguna
2026-03-31 21:51:45 +08:00
parent cc19c7852d
commit 1c4d3170ef
7 changed files with 53 additions and 28 deletions
+2 -2
View File
@@ -102,8 +102,8 @@ var _bot_names: Dictionary = {}
# var server_ip_input: LineEdit
func _ready():
# Stop background music when in Lobby
MusicManager.stop_music()
# Start background music for Lobby
MusicManager.start_music()
# Load character textures
_load_character_textures()