17 lines
591 B
Text
17 lines
591 B
Text
[gd_scene load_steps=3 format=3 uid="uid://bo5we64scaa1x"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://5jow4httduix" path="res://sprites/furniture/table2.png" id="1_nyjqt"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_hux8p"]
|
|
size = Vector2(32, 25)
|
|
|
|
[node name="table2" type="Node2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_nyjqt")
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(0, 1)
|
|
shape = SubResource("RectangleShape2D_hux8p")
|