first house

This commit is contained in:
2025-10-21 01:30:08 +02:00
parent 191235da54
commit 1fe75a871e
16 changed files with 173 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
[gd_scene load_steps=3 format=3 uid="uid://h77hilgbces"]
[ext_resource type="Script" uid="uid://c4ejbchoh7yrh" path="res://scripts/interactables/interact_sceneswitch.gd" id="1_f3ssn"]
[ext_resource type="PackedScene" uid="uid://n24dhbpflcec" path="res://scenes/interactable.tscn" id="2_43o6g"]
[node name="InteractSceneswitch" type="Node2D"]
script = ExtResource("1_f3ssn")
[node name="Interactable" parent="." instance=ExtResource("2_43o6g")]
[connection signal="interacted" from="Interactable" to="." method="_on_interactable_interacted"]