aboutsummaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-07-08 19:02:43 +0200
committernokoe <nokoe@mailbox.org>2024-07-08 19:03:30 +0200
commite3ca09a6d8d288855e601135ba683ea06490ba48 (patch)
tree4653dc1369987684727576ad98b002edd7c1cf35 /client/menu
parentfa9856f0f7cf278efd1533dcd688435751370363 (diff)
downloadhurrycurry-e3ca09a6d8d288855e601135ba683ea06490ba48.tar
hurrycurry-e3ca09a6d8d288855e601135ba683ea06490ba48.tar.bz2
hurrycurry-e3ca09a6d8d288855e601135ba683ea06490ba48.tar.zst
center only on players if possible
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/ingame.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/ingame.gd b/client/menu/ingame.gd
index f8653411..6f1e40fe 100644
--- a/client/menu/ingame.gd
+++ b/client/menu/ingame.gd
@@ -28,6 +28,7 @@ func _ready():
lobby_button.disabled = game.in_lobby
game.joined.connect(_on_game_joined)
game.left.connect(_on_game_left)
+ update_button_text()
super()
func anim_setup(): pass