progress
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
func _on_frog_pond_interacted() -> void:
|
||||
$kq4_015_frog_pond.default_script(self)
|
||||
|
||||
|
||||
func _on_forest_path_interacted() -> void:
|
||||
print("HERE OK")
|
||||
$kq4_010_forest_path.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_015_frog_pond" parent="." unique_id=999999992 instance=ExtResource("4_abc")]
|
||||
position = Vector2(-200, 100)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_016_graveyard"
|
||||
target = "uid://2zga29mwl2ced"
|
||||
label = "Frog Pond"
|
||||
|
||||
[node name="entrance" parent="kq4_015_frog_pond" index="0"]
|
||||
position = Vector2(350, 500)
|
||||
|
||||
[node name="exit" parent="kq4_015_frog_pond" index="1"]
|
||||
position = Vector2(100, 480)
|
||||
|
||||
[node name="kq4_010_forest_path" parent="." unique_id=1290603997 instance=ExtResource("4_abc")]
|
||||
position = Vector2(910, -213)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
@@ -63,8 +76,11 @@ position = Vector2(133, 643)
|
||||
[node name="exit" parent="kq4_022_gnomes_cottage" index="1"]
|
||||
position = Vector2(174, 519)
|
||||
|
||||
[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"]
|
||||
|
||||
[editable path="kq4_015_frog_pond"]
|
||||
[editable path="kq4_010_forest_path"]
|
||||
[editable path="kq4_022_gnomes_cottage"]
|
||||
|
||||
Reference in New Issue
Block a user