From 48d4f9de2536be2617aec3d58697a0db061d038c Mon Sep 17 00:00:00 2001 From: IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> Date: Sun, 17 Jul 2022 16:07:47 +0200 Subject: level loading is supported now --- godot/scenes/Menu.tscn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'godot/scenes/Menu.tscn') 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"] -- cgit