From cc57d2904b8da91100f33d366dbd4578e79162e6 Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:02:23 +1100 Subject: [PATCH] added version label --- scenes/menu.tscn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/scenes/menu.tscn b/scenes/menu.tscn index 46ac23e..e2c4384 100644 --- a/scenes/menu.tscn +++ b/scenes/menu.tscn @@ -117,5 +117,19 @@ layout_mode = 2 text = "tip: you can quickly move items between inventories with Shift+Click" horizontal_alignment = 1 +[node name="Label" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 3 +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = -40.0 +offset_top = -23.0 +grow_horizontal = 0 +grow_vertical = 0 +text = "v1.1" +horizontal_alignment = 2 + [connection signal="pressed" from="MarginContainer/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer/PlayButton" to="." method="_on_play_button_pressed"] [connection signal="pressed" from="MarginContainer/PanelContainer/MarginContainer/VBoxContainer/HBoxContainer/CreditsButton" to="." method="_on_credits_button_pressed"]