summaryrefslogtreecommitdiff
path: root/scenes/menu.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/menu.tscn')
-rw-r--r--scenes/menu.tscn3
1 files changed, 2 insertions, 1 deletions
diff --git a/scenes/menu.tscn b/scenes/menu.tscn
index 59c935b..09b6c23 100644
--- a/scenes/menu.tscn
+++ b/scenes/menu.tscn
@@ -112,7 +112,7 @@ tracks/0/keys = {
"values": [ Vector2( 0, 0 ), Vector2( 0, -725.715 ) ]
}
-[node name="Node2D" type="Node2D"]
+[node name="Node2D2" type="Node2D"]
script = ExtResource( 5 )
[node name="Background" type="Sprite" parent="."]
@@ -218,6 +218,7 @@ anims/startgame = SubResource( 2 )
[node name="Outgoing" type="AnimationPlayer" parent="."]
anims/tointro = SubResource( 3 )
anims/tosettings = SubResource( 4 )
+
[connection signal="on_click" from="Content/Back" to="." method="_on_Back_on_click"]
[connection signal="on_click" from="Content/HardMode" to="." method="_on_HardMode_on_click"]
[connection signal="on_click" from="Content/Fullscreen" to="." method="_on_Fullscreen_on_click"]