11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://b8nfs8p8wca2c"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://cn2ivkgp5e7ox" path="res://Sprites/Win.png" id="1_11ccw"]
|
||
|
[ext_resource type="Script" path="res://Scripts/Win.gd" id="2_nhp6w"]
|
||
|
|
||
|
[node name="Win" type="Sprite2D"]
|
||
|
texture = ExtResource("1_11ccw")
|
||
|
script = ExtResource("2_nhp6w")
|
||
|
|
||
|
[node name="Camera2D" type="Camera2D" parent="."]
|