mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:45:33 +00:00
11 lines
408 B
Text
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")
|