Create room 044 (Inside Whale) and wire to room 031
- Added kq4_044_inside_whale scene with exit to room 031 - Updated room 031 to add transition to room 044 (bidirectional connection) - Both transitions validated with exit checker
This commit is contained in:
@@ -25,6 +25,10 @@ func _on_desert_island_interacted() -> void:
|
||||
$kq4_043_desert_island.default_script(self)
|
||||
|
||||
|
||||
func _on_inside_whale_interacted() -> void:
|
||||
$kq4_044_inside_whale.default_script(self)
|
||||
|
||||
|
||||
func _on_room_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.narrate("You are swimming in a great ocean. Playful fish leap about you as you swim.")
|
||||
|
||||
@@ -117,6 +117,19 @@ position = Vector2(24, 565)
|
||||
[node name="exit" parent="kq4_043_desert_island" index="1"]
|
||||
position = Vector2(293, 554)
|
||||
|
||||
[node name="kq4_044_inside_whale" parent="." unique_id=1966756568 instance=ExtResource("4_abc")]
|
||||
position = Vector2(910, 542)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_031_open_ocean"
|
||||
target = "uid://3hakmf8lki1tf"
|
||||
label = "Inside Whale"
|
||||
|
||||
[node name="entrance" parent="kq4_044_inside_whale" index="0"]
|
||||
position = Vector2(118, 514)
|
||||
|
||||
[node name="exit" parent="kq4_044_inside_whale" index="1"]
|
||||
position = Vector2(151, 615)
|
||||
|
||||
[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)
|
||||
@@ -144,6 +157,7 @@ position = Vector2(-64, 534)
|
||||
[connection signal="interacted" from="kq4_013_beach" to="." method="_on_beach_13_interacted"]
|
||||
[connection signal="interacted" from="kq4_032_ocean_near_island" to="." method="_on_ocean_near_island_interacted"]
|
||||
[connection signal="interacted" from="kq4_043_desert_island" to="." method="_on_desert_island_interacted"]
|
||||
[connection signal="interacted" from="kq4_044_inside_whale" to="." method="_on_inside_whale_interacted"]
|
||||
|
||||
[node name="ocean" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
scale = Vector2(6, 6)
|
||||
@@ -161,5 +175,6 @@ points_resource = ExtResource("5_ocean")
|
||||
[editable path="kq4_013_beach"]
|
||||
[editable path="kq4_032_ocean_near_island"]
|
||||
[editable path="kq4_043_desert_island"]
|
||||
[editable path="kq4_044_inside_whale"]
|
||||
[editable path="south_exit"]
|
||||
[editable path="west_exit"]
|
||||
|
||||
Reference in New Issue
Block a user