19 lines
619 B
Plaintext
19 lines
619 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dbs4jk1ljeq1o"]
|
|
|
|
[ext_resource type="Script" path="res://scene/class/door.gd" id="1_6ss0j"]
|
|
[ext_resource type="Texture2D" uid="uid://csk8u15wepd1w" path="res://icon.svg" id="2_50bys"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_munxd"]
|
|
radius = 76.99
|
|
|
|
[node name="test_door" type="Area2D"]
|
|
position = Vector2(1079, 609)
|
|
script = ExtResource("1_6ss0j")
|
|
map_id = "map_0"
|
|
|
|
[node name="Sprite2D2" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_50bys")
|
|
|
|
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_munxd")
|