level stuff
This commit is contained in:
parent
4826bc4035
commit
c3fbb29cd3
31 changed files with 822 additions and 0 deletions
8
prefabs/furniture/door_open.tscn
Normal file
8
prefabs/furniture/door_open.tscn
Normal file
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cdt50awg2qvv0"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ccv54fdk8unka" path="res://sprites/furniture/door-open.png" id="1_8ws8b"]
|
||||
|
||||
[node name="door_open" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_8ws8b")
|
Loading…
Add table
Add a link
Reference in a new issue