progress
This commit is contained in:
9
scenes/kq4_031_open_ocean/kq4_031_open_ocean.gd
Normal file
9
scenes/kq4_031_open_ocean/kq4_031_open_ocean.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
func _on_beach_interacted() -> void:
|
||||
$kq4_001_beach.default_script(self)
|
||||
|
||||
|
||||
func _on_beach_at_river_delta_interacted() -> void:
|
||||
$east_exit.default_script(self)
|
||||
Reference in New Issue
Block a user