28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://bf1tj6ldl520h"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://db4dctk13rgbm" path="res://assets/textures/spritesheets/houses.png" id="1_wi6m7"]
|
|
[ext_resource type="PackedScene" uid="uid://h77hilgbces" path="res://scenes/interactables/interact_sceneswitch.tscn" id="2_ey5b0"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_fltv6"]
|
|
atlas = ExtResource("1_wi6m7")
|
|
region = Rect2(482, 11, 158, 133)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0afuu"]
|
|
size = Vector2(152.00409, 48.003414)
|
|
|
|
[node name="Home" type="StaticBody2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(-2, -28)
|
|
texture = SubResource("AtlasTexture_fltv6")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
y_sort_enabled = true
|
|
position = Vector2(-2.0000806, 15.002504)
|
|
rotation = -0.0021335608
|
|
shape = SubResource("RectangleShape2D_0afuu")
|
|
debug_color = Color(0.8768643, 0.34231007, 0.046793222, 0.41960785)
|
|
|
|
[node name="InteractSceneswitch" parent="." instance=ExtResource("2_ey5b0")]
|
|
position = Vector2(52, 23)
|