cirnogodot/Scenes/Door.tscn
2025-02-24 11:37:45 +01:00

11 lines
408 B
Text

[gd_scene load_steps=3 format=3 uid="uid://bqq3q37hugdlj"]
[ext_resource type="Script" uid="uid://c32df7rraru67" 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")