cirnogodot/Scenes/Door.tscn
2024-06-10 22:29:41 +02:00

11 lines
382 B
Text

[gd_scene load_steps=3 format=3 uid="uid://bqq3q37hugdlj"]
[ext_resource type="Script" path="res://Scenes/Activable.cs" id="1_r61rk"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ul0l3"]
[node name="Door" type="Area2D"]
script = ExtResource("1_r61rk")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_ul0l3")