feat: implement MusicManager singleton and integrate background music into lobby scene
This commit is contained in:
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user