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