2025-05-13 19:22:01 +08:00

24 lines
772 B
Plaintext

[gd_scene load_steps=4 format=4]
[ext_resource type="Texture2D" path="res://Sprites/Menus/gui.png" id="1"]
[ext_resource type="Script" path="res://Scripts/Check.cs" id="2"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_v5q5c"]
[node name="Sign" type="Sprite2D"]
texture = ExtResource("1")
region_enabled = true
region_rect = Rect2(57, 94, 20, 20)
region_filter_clip_enabled = true
[node name="Area2D" type="Area2D" parent="."]
script = ExtResource("2")
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource("RectangleShape2D_v5q5c")
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D2" type="CollisionShape2D" parent="StaticBody2D"]
shape = SubResource("RectangleShape2D_v5q5c")