tweaks
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
func _on_forest_grove_interacted() -> void:
|
||||
$kq4_005_forest_grove.default_script(self)
|
||||
|
||||
|
||||
func _on_forest_path_interacted() -> void:
|
||||
$kq4_010_forest_path.default_script(self)
|
||||
|
||||
|
||||
func _on_haunted_forest_interacted() -> void:
|
||||
$kq4_012_haunted_forest.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