This commit is contained in:
2024-10-19 15:24:23 +02:00
parent dbad63f3b0
commit 4df25996e8
9 changed files with 143 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
[gd_scene format=3 uid="uid://bq2yxcm55h7n8"]
[gd_scene load_steps=2 format=3 uid="uid://bq2yxcm55h7n8"]
[ext_resource type="Texture2D" uid="uid://dpqc1xv3cechw" path="res://model/House1Closed.jpg" id="1_rs1io"]
[node name="door_view" type="Control"]
layout_mode = 3
@@ -7,3 +9,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="House1Closed" type="Sprite2D" parent="."]
position = Vector2(200, 150)
texture = ExtResource("1_rs1io")