progress
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
func _on_fountain_pool_interacted() -> void:
|
||||
$kq4_003_fountain_pool.default_script(self)
|
||||
|
||||
|
||||
func _on_ogres_cottage_interacted() -> void:
|
||||
$kq4_004_ogres_cottage.default_script(self)
|
||||
|
||||
|
||||
@@ -37,6 +37,19 @@ navigation_polygon = SubResource("NavigationPolygon_ppo6b")
|
||||
[node name="default-starting-point" type="Node2D" parent="." unique_id=1018141532]
|
||||
position = Vector2(194, 819)
|
||||
|
||||
[node name="kq4_003_fountain_pool" parent="." unique_id=1117747813 instance=ExtResource("4_abc")]
|
||||
position = Vector2(910, -213)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_010_forest_path"
|
||||
target = "uid://151dbn9bybiwx"
|
||||
label = "Fountain Pool"
|
||||
|
||||
[node name="entrance" parent="kq4_003_fountain_pool" index="0"]
|
||||
position = Vector2(133, 643)
|
||||
|
||||
[node name="exit" parent="kq4_003_fountain_pool" index="1"]
|
||||
position = Vector2(174, 519)
|
||||
|
||||
[node name="kq4_004_ogres_cottage" parent="." unique_id=484638394 instance=ExtResource("4_abc")]
|
||||
position = Vector2(910, -213)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
@@ -89,11 +102,13 @@ position = Vector2(350, 500)
|
||||
[node name="exit" parent="kq4_009_shady_wooded_area" 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_004_ogres_cottage" to="." method="_on_ogres_cottage_interacted"]
|
||||
[connection signal="interacted" from="kq4_011_enchanted_grove" to="." method="_on_enchanted_grove_interacted"]
|
||||
[connection signal="interacted" from="kq4_016_graveyard" to="." method="_on_graveyard_interacted"]
|
||||
[connection signal="interacted" from="kq4_009_shady_wooded_area" to="." method="_on_shady_wooded_area_interacted"]
|
||||
|
||||
[editable path="kq4_003_fountain_pool"]
|
||||
[editable path="kq4_004_ogres_cottage"]
|
||||
[editable path="kq4_011_enchanted_grove"]
|
||||
[editable path="kq4_016_graveyard"]
|
||||
|
||||
Reference in New Issue
Block a user