From 8d3f4c31293cddb672092306958b7fd387abf0f7 Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Sun, 15 Jan 2023 15:25:24 -0500 Subject: [PATCH] yourewinner --- YouWin.tscn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/YouWin.tscn b/YouWin.tscn index 492c298..1e9701f 100644 --- a/YouWin.tscn +++ b/YouWin.tscn @@ -11,16 +11,19 @@ anchor_bottom = 1.0 script = ExtResource("1_ui55j") [node name="ColorRect" type="ColorRect" parent="."] +layout_mode = 0 offset_right = 1901.0 offset_bottom = 1146.0 color = Color(0, 0, 0, 1) [node name="WinScreen" type="Sprite2D" parent="."] -position = Vector2(923, 542) -scale = Vector2(7, 7) +position = Vector2(510, 278) +scale = Vector2(4, 4) texture = ExtResource("2_b03md") [node name="Timer" type="Timer" parent="."] wait_time = 5.0 +one_shot = true +autostart = true [connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]