aboutsummaryrefslogtreecommitdiff
path: root/client/menu/lobby.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-07 12:17:59 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-07 12:17:59 +0200
commit5b602bee672c469e7b8f27d956c7b10c2321b08f (patch)
treeb8af77acc22e4b977eece4fd75580f667d7bffbe /client/menu/lobby.tscn
parent50113d09271aeb9c3be56be0bba729a91f4496a6 (diff)
downloadhurrycurry-5b602bee672c469e7b8f27d956c7b10c2321b08f.tar
hurrycurry-5b602bee672c469e7b8f27d956c7b10c2321b08f.tar.bz2
hurrycurry-5b602bee672c469e7b8f27d956c7b10c2321b08f.tar.zst
fallback language
Diffstat (limited to 'client/menu/lobby.tscn')
-rw-r--r--client/menu/lobby.tscn6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/menu/lobby.tscn b/client/menu/lobby.tscn
index 05b6507c..d1fe2233 100644
--- a/client/menu/lobby.tscn
+++ b/client/menu/lobby.tscn
@@ -124,7 +124,7 @@ layout_mode = 2
[node name="EnableBots" type="CheckButton" parent="HBoxContainer/Bottom/MarginContainer/VBoxContainer/Bots"]
layout_mode = 2
-text = "Enable bots"
+text = "c.menu.lobby.enable_bots"
[node name="ScrollContainerCustom" type="ScrollContainer" parent="HBoxContainer/Bottom/MarginContainer/VBoxContainer/Bots"]
visible = false
@@ -145,7 +145,7 @@ alignment = 1
[node name="JoinSpectate" parent="HBoxContainer/Bottom/MarginContainer/VBoxContainer/VBoxContainer" instance=ExtResource("7_t6mox")]
custom_minimum_size = Vector2(148, 0)
layout_mode = 2
-text = "Spectate"
+text = "c.menu.ingame.spectate"
expand_icon = true
controller_texture = ExtResource("11_5uugf")
press_action = "join_spectate"
@@ -153,7 +153,7 @@ press_action = "join_spectate"
[node name="Start" parent="HBoxContainer/Bottom/MarginContainer/VBoxContainer/VBoxContainer" instance=ExtResource("7_t6mox")]
custom_minimum_size = Vector2(148, 0)
layout_mode = 2
-text = "Start game"
+text = "c.menu.lobby.start_game"
expand_icon = true
controller_texture = ExtResource("9_q14bw")
press_action = "start_game"