progress
This commit is contained in:
@@ -7,3 +7,11 @@ func _on_fountain_pool_interacted() -> void:
|
||||
|
||||
func _on_forest_path_interacted() -> void:
|
||||
$kq4_010_forest_path.default_script(self)
|
||||
|
||||
|
||||
func _on_frog_pond_interacted() -> void:
|
||||
$kq4_015_frog_pond.default_script(self)
|
||||
|
||||
|
||||
func _on_back_of_fishermans_shack_interacted() -> void:
|
||||
$kq4_008_back_of_fishermans_shack.default_script(self)
|
||||
|
||||
@@ -63,8 +63,38 @@ position = Vector2(24, 565)
|
||||
[node name="exit" parent="kq4_010_forest_path" index="1"]
|
||||
position = Vector2(293, 554)
|
||||
|
||||
[node name="kq4_008_back_of_fishermans_shack" parent="." unique_id=1117747814 instance=ExtResource("4_abc")]
|
||||
position = Vector2(-200, 100)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_009_shady_wooded_area"
|
||||
target = "uid://bncmzju9ibkv"
|
||||
label = "Back of Fisherman's Shack"
|
||||
|
||||
[node name="entrance" parent="kq4_008_back_of_fishermans_shack" index="0"]
|
||||
position = Vector2(350, 500)
|
||||
|
||||
[node name="exit" parent="kq4_008_back_of_fishermans_shack" index="1"]
|
||||
position = Vector2(100, 480)
|
||||
|
||||
[connection signal="interacted" from="kq4_003_fountain_pool" to="." method="_on_fountain_pool_interacted"]
|
||||
[connection signal="interacted" from="kq4_010_forest_path" to="." method="_on_forest_path_interacted"]
|
||||
[connection signal="interacted" from="kq4_015_frog_pond" to="." method="_on_frog_pond_interacted"]
|
||||
[connection signal="interacted" from="kq4_008_back_of_fishermans_shack" to="." method="_on_back_of_fishermans_shack_interacted"]
|
||||
|
||||
[node name="kq4_015_frog_pond" parent="." unique_id=999999992 instance=ExtResource("4_abc")]
|
||||
position = Vector2(910, 542)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_009_shady_wooded_area"
|
||||
target = "uid://2zga29mwl2ced"
|
||||
label = "Frog Pond"
|
||||
|
||||
[node name="entrance" parent="kq4_015_frog_pond" index="0"]
|
||||
position = Vector2(133, 643)
|
||||
|
||||
[node name="exit" parent="kq4_015_frog_pond" index="1"]
|
||||
position = Vector2(174, 519)
|
||||
|
||||
[editable path="kq4_008_back_of_fishermans_shack"]
|
||||
[editable path="kq4_003_fountain_pool"]
|
||||
[editable path="kq4_010_forest_path"]
|
||||
[editable path="kq4_015_frog_pond"]
|
||||
|
||||
Reference in New Issue
Block a user