diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 16:07:47 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 16:07:47 +0200 |
commit | 48d4f9de2536be2617aec3d58697a0db061d038c (patch) | |
tree | 0a6cea93fd383891223ade22196b76b6b46a885c /godot/scenes/Menu.tscn | |
parent | 55a6ea0d4e550af312e3d66799ac226623653b65 (diff) | |
download | 2022-48d4f9de2536be2617aec3d58697a0db061d038c.tar.gz 2022-48d4f9de2536be2617aec3d58697a0db061d038c.tar.bz2 2022-48d4f9de2536be2617aec3d58697a0db061d038c.zip |
level loading is supported now
Diffstat (limited to 'godot/scenes/Menu.tscn')
-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"] |