aboutsummaryrefslogtreecommitdiff
path: root/client/menu/main.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@noreply.codeberg.org>2024-09-07 13:37:23 +0000
committermetamuffin <metamuffin@noreply.codeberg.org>2024-09-07 13:37:23 +0000
commit091f8ff9acf04cedf14765e9db5540c876fd7375 (patch)
tree4c115d6cb14df5d68bc72785f1020ed4ad2fb8e2 /client/menu/main.tscn
parentaf108805c8fd87a9d20a8df02072f224d2cd3417 (diff)
parent3ef379fb07df126ea09cb112801a0bef371f8811 (diff)
downloadhurrycurry-091f8ff9acf04cedf14765e9db5540c876fd7375.tar
hurrycurry-091f8ff9acf04cedf14765e9db5540c876fd7375.tar.bz2
hurrycurry-091f8ff9acf04cedf14765e9db5540c876fd7375.tar.zst
Merge pull request 'Refactor settings system and localization' (#123) from new-settings into master
Reviewed-on: https://codeberg.org/hurrycurry/hurrycurry/pulls/123
Diffstat (limited to 'client/menu/main.tscn')
-rw-r--r--client/menu/main.tscn10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/menu/main.tscn b/client/menu/main.tscn
index 94726109..26decd2b 100644
--- a/client/menu/main.tscn
+++ b/client/menu/main.tscn
@@ -63,27 +63,27 @@ layout_mode = 2
[node name="play" type="Button" parent="side/margin/options/first"]
layout_mode = 2
-text = "Play"
+text = "c.menu.play"
alignment = 0
[node name="change_character" type="Button" parent="side/margin/options/first"]
layout_mode = 2
-text = "My Chef"
+text = "c.menu.my_chef"
alignment = 0
[node name="settings" type="Button" parent="side/margin/options/first"]
layout_mode = 2
-text = "Settings"
+text = "c.menu.settings"
alignment = 0
[node name="credits" type="Button" parent="side/margin/options/first"]
layout_mode = 2
-text = "Credits"
+text = "c.menu.credits"
alignment = 0
[node name="quit" type="Button" parent="side/margin/options/first"]
layout_mode = 2
-text = "Quit"
+text = "c.menu.quit"
alignment = 0
[connection signal="pressed" from="side/margin/options/first/play" to="." method="_on_play_pressed"]