30 lines
829 B
Plaintext
30 lines
829 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cgwf23texn2ur"]
|
|
|
|
[ext_resource type="Script" path="res://YouWin.gd" id="1_ui55j"]
|
|
[ext_resource type="Texture2D" uid="uid://dboun0ofe7h6f" path="res://Images/WIN_screen.png" id="2_b03md"]
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
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)
|
|
texture = ExtResource("2_b03md")
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
wait_time = 5.0
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|