most areas connected
This commit is contained in:
@@ -6,4 +6,12 @@ func _on_beach_interacted() -> void:
|
||||
|
||||
|
||||
func _on_beach_at_river_delta_interacted() -> void:
|
||||
$east_exit.default_script(self)
|
||||
$kq4_025_beach_at_river_delta.default_script(self)
|
||||
|
||||
|
||||
func _on_coastal_cliffs_interacted() -> void:
|
||||
$kq4_019_coastal_cliffs.default_script(self)
|
||||
|
||||
|
||||
func _on_beach_13_interacted() -> void:
|
||||
$kq4_013_beach.default_script(self)
|
||||
|
||||
@@ -63,6 +63,32 @@ position = Vector2(24, 565)
|
||||
[node name="exit" parent="kq4_025_beach_at_river_delta" index="1"]
|
||||
position = Vector2(293, 554)
|
||||
|
||||
[node name="kq4_019_coastal_cliffs" parent="." unique_id=1926756564 instance=ExtResource("4_abc")]
|
||||
position = Vector2(100, 300)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_031_open_ocean"
|
||||
target = "uid://3eh8ys3v25m45"
|
||||
label = "Coastal Cliffs"
|
||||
|
||||
[node name="entrance" parent="kq4_019_coastal_cliffs" index="0"]
|
||||
position = Vector2(133, 643)
|
||||
|
||||
[node name="exit" parent="kq4_019_coastal_cliffs" index="1"]
|
||||
position = Vector2(174, 519)
|
||||
|
||||
[node name="kq4_013_beach" parent="." unique_id=1936756565 instance=ExtResource("4_abc")]
|
||||
position = Vector2(1500, 200)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_031_open_ocean"
|
||||
target = "uid://2bqawc9w4uu59"
|
||||
label = "Beach"
|
||||
|
||||
[node name="entrance" parent="kq4_013_beach" index="0"]
|
||||
position = Vector2(133, 643)
|
||||
|
||||
[node name="exit" parent="kq4_013_beach" index="1"]
|
||||
position = Vector2(174, 519)
|
||||
|
||||
[node name="south_exit" parent="." unique_id=990092106 instance=ExtResource("4_abc")]
|
||||
position = Vector2(910, 542)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
@@ -86,8 +112,12 @@ position = Vector2(-64, 534)
|
||||
|
||||
[connection signal="interacted" from="kq4_001_beach" to="." method="_on_beach_interacted"]
|
||||
[connection signal="interacted" from="kq4_025_beach_at_river_delta" to="." method="_on_beach_at_river_delta_interacted"]
|
||||
[connection signal="interacted" from="kq4_019_coastal_cliffs" to="." method="_on_coastal_cliffs_interacted"]
|
||||
[connection signal="interacted" from="kq4_013_beach" to="." method="_on_beach_13_interacted"]
|
||||
|
||||
[editable path="kq4_001_beach"]
|
||||
[editable path="kq4_025_beach_at_river_delta"]
|
||||
[editable path="kq4_019_coastal_cliffs"]
|
||||
[editable path="kq4_013_beach"]
|
||||
[editable path="south_exit"]
|
||||
[editable path="west_exit"]
|
||||
|
||||
Reference in New Issue
Block a user