mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 04:33:47 +00:00
Doors
This commit is contained in:
parent
0601e826e9
commit
fa954af626
6 changed files with 61 additions and 1 deletions
14
Scenes/Door_Vertical.tscn
Normal file
14
Scenes/Door_Vertical.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bc64lr3vlwchq"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xakim"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0wg11"]
|
||||
|
||||
[node name="Area2D" type="Area2D"]
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = SubResource("AtlasTexture_xakim")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_0wg11")
|
||||
Loading…
Add table
Add a link
Reference in a new issue