level stuff

This commit is contained in:
MrZuerg 2023-08-19 15:32:27 +05:00
parent 4826bc4035
commit c3fbb29cd3
31 changed files with 822 additions and 0 deletions

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=3 uid="uid://c6dmu78qckrrk"]
[ext_resource type="Texture2D" uid="uid://mx0sb5nojpko" path="res://sprites/furniture/bookcase.png" id="1_7rdr3"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_f7fx2"]
size = Vector2(32, 25)
[node name="bookcase" type="Node2D"]
y_sort_enabled = true
[node name="Sprite2D" type="Sprite2D" parent="."]
y_sort_enabled = true
texture = ExtResource("1_7rdr3")
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(0, 8.5)
shape = SubResource("RectangleShape2D_f7fx2")