16 lines
437 B
Plaintext
16 lines
437 B
Plaintext
[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
|
|
anchors_preset = 15
|
|
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")
|