aboutsummaryrefslogtreecommitdiff
path: root/client/menu/lobby.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/lobby.gd')
-rw-r--r--client/menu/lobby.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/lobby.gd b/client/menu/lobby.gd
index 89f73473..5b4616cf 100644
--- a/client/menu/lobby.gd
+++ b/client/menu/lobby.gd
@@ -43,6 +43,7 @@ func _ready():
game.data_updated.connect(initialize)
game.joined.connect(_on_game_joined)
game.left.connect(_on_game_left)
+ Sound.play_music("stop") # TODO: Input Lobby music
func initialize():
map_count = game.maps.size()