most areas connected

This commit is contained in:
Bryce
2026-02-21 15:36:42 -08:00
parent d6b36d1f13
commit 0474ded71a
58 changed files with 1225 additions and 59 deletions

View File

@@ -11,3 +11,7 @@ func _on_forest_path_interacted() -> void:
func _on_gnomes_cottage_interacted() -> void:
$kq4_022_gnomes_cottage.default_script(self)
func _on_spooky_house_exterior_interacted() -> void:
$kq4_017_spooky_house_exterior.default_script(self)

View File

@@ -76,11 +76,26 @@ position = Vector2(133, 643)
[node name="exit" parent="kq4_022_gnomes_cottage" index="1"]
position = Vector2(174, 519)
[node name="kq4_017_spooky_house_exterior" parent="." unique_id=1117747815 instance=ExtResource("4_abc")]
position = Vector2(1766, 74)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
appear_at_node = "kq4_016_graveyard"
target = "uid://1kz9yo5f1tpc6"
label = "Spooky House Exterior"
[node name="entrance" parent="kq4_017_spooky_house_exterior" index="0"]
position = Vector2(24, 565)
[node name="exit" parent="kq4_017_spooky_house_exterior" index="1"]
position = Vector2(293, 554)
[connection signal="interacted" from="kq4_015_frog_pond" to="." method="_on_frog_pond_interacted"]
[connection signal="interacted" from="kq4_010_forest_path" to="." method="_on_forest_path_interacted"]
[connection signal="interacted" from="kq4_022_gnomes_cottage" to="." method="_on_gnomes_cottage_interacted"]
[connection signal="interacted" from="kq4_017_spooky_house_exterior" to="." method="_on_spooky_house_exterior_interacted"]
[editable path="kq4_015_frog_pond"]
[editable path="kq4_010_forest_path"]
[editable path="kq4_022_gnomes_cottage"]
[editable path="kq4_017_spooky_house_exterior"]