level stuff
This commit is contained in:
parent
4826bc4035
commit
c3fbb29cd3
31 changed files with 822 additions and 0 deletions
19
prefabs/furniture/papers.tscn
Normal file
19
prefabs/furniture/papers.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://6ppvbjx5lxe"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c24ecdf3gm0se" path="res://sprites/furniture/papers.png" id="1_57ku2"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_bhwrs"]
|
||||
size = Vector2(32, 27)
|
||||
|
||||
[node name="papers" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_57ku2")
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
collision_layer = 4
|
||||
collision_mask = 4
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
position = Vector2(0, 0.5)
|
||||
shape = SubResource("RectangleShape2D_bhwrs")
|
Loading…
Add table
Add a link
Reference in a new issue