Skip to content

Commit 17facae

Browse files
committed
feat: add space and escape keys to help menu
1 parent 85df253 commit 17facae

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

scenes/menu.tscn

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,53 +43,57 @@ __meta__ = {
4343

4444
[node name="InstructionsContainer" type="MarginContainer" parent="MainMenu/Display"]
4545
visible = false
46-
margin_left = 504.0
47-
margin_top = 197.0
48-
margin_right = 694.0
49-
margin_bottom = 401.0
46+
margin_left = 489.0
47+
margin_top = 175.0
48+
margin_right = 709.0
49+
margin_bottom = 423.0
5050
size_flags_horizontal = 4
5151
size_flags_vertical = 4
5252
script = ExtResource( 3 )
5353

5454
[node name="Instructions" type="VBoxContainer" parent="MainMenu/Display/InstructionsContainer"]
5555
margin_left = 20.0
5656
margin_top = 20.0
57-
margin_right = 170.0
58-
margin_bottom = 184.0
57+
margin_right = 200.0
58+
margin_bottom = 228.0
5959
custom_constants/separation = 16
6060

6161
[node name="Controls" type="HBoxContainer" parent="MainMenu/Display/InstructionsContainer/Instructions"]
62-
margin_right = 150.0
63-
margin_bottom = 129.0
62+
margin_right = 180.0
63+
margin_bottom = 173.0
6464
custom_constants/separation = 20
6565

6666
[node name="Keys" type="Label" parent="MainMenu/Display/InstructionsContainer/Instructions/Controls"]
67-
margin_right = 10.0
68-
margin_bottom = 129.0
67+
margin_right = 50.0
68+
margin_bottom = 173.0
6969
size_flags_horizontal = 4
7070
text = "W
7171
A
7272
S
7373
D
7474
M
75-
F"
75+
F
76+
space
77+
esc"
7678

7779
[node name="Actions" type="Label" parent="MainMenu/Display/InstructionsContainer/Instructions/Controls"]
78-
margin_left = 30.0
79-
margin_right = 150.0
80-
margin_bottom = 129.0
80+
margin_left = 70.0
81+
margin_right = 180.0
82+
margin_bottom = 173.0
8183
text = "bigger
8284
slower
8385
smaller
8486
faster
8587
sound
86-
big preview "
88+
big preview
89+
confirm
90+
back"
8791
align = 2
8892

8993
[node name="Button" type="Button" parent="MainMenu/Display/InstructionsContainer/Instructions"]
90-
margin_top = 141.0
91-
margin_right = 150.0
92-
margin_bottom = 160.0
94+
margin_top = 189.0
95+
margin_right = 180.0
96+
margin_bottom = 208.0
9397
text = "OK"
9498

9599
[node name="Spacing" type="Control" parent="MainMenu"]

0 commit comments

Comments
 (0)