- 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
6 lines
100 B
GDScript
6 lines
100 B
GDScript
extends Scene
|
|
|
|
|
|
func _on_open_ocean_interacted() -> void:
|
|
$kq4_031_open_ocean.default_script(self)
|