diff options
author | BigBrotherNii <nicochr1004@gmail.com> | 2024-07-24 14:31:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-25 11:23:26 +0200 |
commit | e108944ffab8f69308f78a87c9c9310dff410d6e (patch) | |
tree | 4aa039752aed73a3ac9a9ddff4ed1f92923fe28a /client/menu | |
parent | 74fb8de441c68fff92680a48352f6b9b0f6e9271 (diff) | |
download | hurrycurry-e108944ffab8f69308f78a87c9c9310dff410d6e.tar hurrycurry-e108944ffab8f69308f78a87c9c9310dff410d6e.tar.bz2 hurrycurry-e108944ffab8f69308f78a87c9c9310dff410d6e.tar.zst |
added main theme and music settings
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/main.gd | 1 |
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 |