aboutsummaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/main.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/main.gd b/client/menu/main.gd
index 2a642e14..dbb096f1 100644
--- a/client/menu/main.gd
+++ b/client/menu/main.gd
@@ -35,6 +35,7 @@ func _ready():
quit_button.hide()
server.hide()
connect_uri.text = Global.get_profile("last_server_url")
+ Sound.play_music("MainMenu")
func _menu_cover(state):
$side.visible = not state