most areas connected
This commit is contained in:
13
scenes/kq4_030_mountain_pass/kq4_030_mountain_pass.gd
Normal file
13
scenes/kq4_030_mountain_pass/kq4_030_mountain_pass.gd
Normal file
@@ -0,0 +1,13 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user