This commit is contained in:
Bryce
2026-02-21 12:18:48 -08:00
parent ff6d30259b
commit d6b36d1f13
97 changed files with 2329 additions and 68 deletions

View File

@@ -9,9 +9,9 @@ func _on_029_interacted() -> void:
$kq4_029.default_script(self)
func _on_004_interacted() -> void:
$kq4_004.default_script(self)
func _on_ogres_cottage_interacted() -> void:
$kq4_004_ogres_cottage.default_script(self)
func _on_027_interacted() -> void:
func _on_forest_path_interacted() -> void:
$kq4_027.default_script(self)

View File

@@ -62,22 +62,24 @@ position = Vector2(24, 565)
[node name="exit" parent="kq4_029" index="1"]
position = Vector2(293, 554)
[node name="kq4_004" parent="." unique_id=990092106 instance=ExtResource("4_abc")]
[node name="kq4_004_ogres_cottage" parent="." unique_id=990092106 instance=ExtResource("4_abc")]
position = Vector2(910, 542)
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
appear_at_node = "kq4_028_mine_entrance"
label = "South Exit"
target = "uid://1nxmm3b1kcdm1"
label = "Ogre's Cottage"
[node name="entrance" parent="kq4_004" index="0"]
[node name="entrance" parent="kq4_004_ogres_cottage" index="0"]
position = Vector2(118, 514)
[node name="exit" parent="kq4_004" index="1"]
[node name="exit" parent="kq4_004_ogres_cottage" index="1"]
position = Vector2(151, 615)
[node name="kq4_027" parent="." unique_id=1117747814 instance=ExtResource("4_abc")]
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
appear_at_node = "kq4_028_mine_entrance"
label = "West Exit"
target = "uid://1fpyosj18xls7"
label = "Forest Path"
[node name="entrance" parent="kq4_027" index="0"]
position = Vector2(506, 555)
@@ -85,12 +87,13 @@ position = Vector2(506, 555)
[node name="exit" parent="kq4_027" index="1"]
position = Vector2(-64, 534)
[connection signal="interacted" from="kq4_027" 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_029" to="." method="_on_029_interacted"]
[connection signal="interacted" from="kq4_004" to="." method="_on_004_interacted"]
[connection signal="interacted" from="kq4_027" to="." method="_on_027_interacted"]
[connection signal="interacted" from="kq4_004_ogres_cottage" to="." method="_on_ogres_cottage_interacted"]
[editable path="kq4_022_gnomes_cottage"]
[editable path="kq4_029"]
[editable path="kq4_004"]
[editable path="kq4_004_ogres_cottage"]
[editable path="kq4_027"]