16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c8if6wexexfaq"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dvb4cqvl8j7ox" path="res://assets/Textures/House4.png" id="1_80eh1"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_li2vw"]
|
|
size = Vector2(464, 557)
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D"]
|
|
scale = Vector2(1.2, 1.2)
|
|
|
|
[node name="House4" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_80eh1")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_li2vw")
|