Reverted back to changing scenes for now. Ready for co-creative director review.

This commit is contained in:
2024-01-18 18:19:13 -08:00
parent 763ce182a4
commit 9dfa9f23f1
9 changed files with 103 additions and 53 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
[gd_scene load_steps=2 format=3 uid="uid://8euefl26umu1"]
[ext_resource type="Script" path="res://scripts/End.gd" id="1_oljih"]
[ext_resource type="Script" path="res://scripts/Win.gd" id="1_wgn5v"]
[node name="End" type="CanvasLayer"]
script = ExtResource("1_oljih")
script = ExtResource("1_wgn5v")
metadata/_edit_use_anchors_ = true
[node name="CenterContainer" type="CenterContainer" parent="."]
@@ -27,4 +27,4 @@ horizontal_alignment = 1
layout_mode = 2
text = "Play Again?"
[connection signal="button_up" from="CenterContainer/VBoxContainer/Label2" to="." method="_on_play"]
[connection signal="button_up" from="CenterContainer/VBoxContainer/Label2" to="." method="_on_label_2_button_up"]