From ed81b0df84e7b32241b51bf81c79dc01b659cc47 Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Sun, 11 Jun 2023 17:53:35 -0400 Subject: [PATCH] Update start_game_menu.tscn --- menu/start_game_menu.tscn | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/menu/start_game_menu.tscn b/menu/start_game_menu.tscn index 73370a1..1529ff3 100644 --- a/menu/start_game_menu.tscn +++ b/menu/start_game_menu.tscn @@ -212,3 +212,30 @@ stream = ExtResource("4_fx2mk") [node name="State" type="AudioStreamPlayer" parent="."] stream = ExtResource("5_y8gc7") + +[node name="Controls" type="Label" parent="."] +layout_mode = 0 +offset_right = 40.0 +offset_bottom = 23.0 + +[node name="Label" type="Label" parent="Controls"] +modulate = Color(1, 1, 1, 0.329412) +layout_mode = 1 +anchors_preset = -1 +anchor_left = 28.79 +anchor_top = 28.179 +anchor_right = 28.79 +anchor_bottom = 28.179 +offset_left = -301.6 +offset_top = -153.117 +offset_right = -12.6001 +offset_bottom = -23.117 +grow_horizontal = 2 +grow_vertical = 2 +text = "mouse-scroll: Zoom In/Out +WASD: move camera +left-click / b: place selected building +right-click / r: rotate selected building +esc / c / backspace: deselect building" +horizontal_alignment = 2 +metadata/_edit_use_anchors_ = true