summaryrefslogtreecommitdiff
path: root/DungeonSystem/scenes/Door.tscn
diff options
context:
space:
mode:
authoralex <[email protected]>2026-09-21 12:19:15 +0200
committeralex <[email protected]>2026-09-21 12:19:15 +0200
commitf0c870bb9dcffd79d0ad4e361d9f9f2a2ff807f8 (patch)
tree02a46e0ed70171a679dbd69f435a2a8e1a3a0959 /DungeonSystem/scenes/Door.tscn
parent0c5df1e068ff8865545b7e1b3629377089c8b965 (diff)
downloadgodot-testing-main.tar.xz
godot-testing-main.zip
vela veciHEADmain
Diffstat (limited to 'DungeonSystem/scenes/Door.tscn')
-rw-r--r--DungeonSystem/scenes/Door.tscn26
1 files changed, 26 insertions, 0 deletions
diff --git a/DungeonSystem/scenes/Door.tscn b/DungeonSystem/scenes/Door.tscn
new file mode 100644
index 0000000..4d4de43
--- /dev/null
+++ b/DungeonSystem/scenes/Door.tscn
@@ -0,0 +1,26 @@
+[gd_scene format=3 uid="uid://bnllfdi8bdsfq"]
+
+[ext_resource type="Texture2D" uid="uid://cm85xl58511xg" path="res://2D Pixel Dungeon Asset Pack/items and trap_animation/flag/flag_1.png" id="1_v81qt"]
+
+[sub_resource type="RectangleShape2D" id="RectangleShape2D_0m7y3"]
+size = Vector2(14, 13)
+
+[sub_resource type="RectangleShape2D" id="RectangleShape2D_pclqv"]
+size = Vector2(28, 14)
+
+[node name="Door" type="Node2D" unique_id=1422902327]
+
+[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1525795761]
+texture = ExtResource("1_v81qt")
+
+[node name="StaticBody2D" type="StaticBody2D" parent="." unique_id=1528162459]
+
+[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D" unique_id=1400001054]
+position = Vector2(0, 1.5)
+shape = SubResource("RectangleShape2D_0m7y3")
+
+[node name="Area2D" type="Area2D" parent="." unique_id=697043373]
+
+[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=740711026]
+position = Vector2(-29, 2)
+shape = SubResource("RectangleShape2D_pclqv")