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