diff options
Diffstat (limited to '')
-rw-r--r-- | godot/scenes/Menu.tscn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/godot/scenes/Menu.tscn b/godot/scenes/Menu.tscn index b3e0311..d5571a5 100644 --- a/godot/scenes/Menu.tscn +++ b/godot/scenes/Menu.tscn @@ -219,5 +219,21 @@ text = "Press Tab to see your current score" valign = 1 autowrap = true +[node name="Label3" type="Label" parent="."] +anchor_left = 0.05 +anchor_top = 0.2 +anchor_right = 0.3 +anchor_bottom = 0.2 +margin_bottom = 51.0 +theme = ExtResource( 1 ) +text = "HOW TO PLAY" +align = 1 + +[node name="VBoxContainer3" type="VBoxContainer" parent="."] +anchor_left = 0.05 +anchor_top = 0.25 +anchor_right = 0.3 +anchor_bottom = 0.7 + [connection signal="pressed" from="VBoxContainer/StartButton" to="." method="_on_StartButton_pressed"] [connection signal="pressed" from="VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"] |