14 lines
318 B
GDScript
14 lines
318 B
GDScript
extends Scene
|
|
|
|
|
|
func _on_haunted_forest_interacted() -> void:
|
|
$kq4_012_haunted_forest.default_script(self)
|
|
|
|
|
|
func _on_waterfall_and_pool_interacted() -> void:
|
|
$kq4_024_waterfall_and_pool.default_script(self)
|
|
|
|
|
|
func _on_spooky_house_exterior_interacted() -> void:
|
|
$kq4_017_spooky_house_exterior.default_script(self)
|