14 lines
328 B
GDScript
14 lines
328 B
GDScript
extends Scene
|
|
|
|
|
|
func _on_waterfall_and_pool_interacted() -> void:
|
|
$kq4_024_waterfall_and_pool.default_script(self)
|
|
|
|
|
|
func _on_mountain_path_to_dark_castle_interacted() -> void:
|
|
$kq4_079_mountain_path_to_dark_castle.default_script(self)
|
|
|
|
|
|
func _on_dense_forest_interacted() -> void:
|
|
$kq4_029_dense_forest.default_script(self)
|