18 lines
344 B
GDScript
18 lines
344 B
GDScript
extends Scene
|
|
|
|
|
|
func _on_gnomes_cottage_interacted() -> void:
|
|
$kq4_022_gnomes_cottage.default_script(self)
|
|
|
|
|
|
func _on_029_interacted() -> void:
|
|
$kq4_029.default_script(self)
|
|
|
|
|
|
func _on_ogres_cottage_interacted() -> void:
|
|
$kq4_004_ogres_cottage.default_script(self)
|
|
|
|
|
|
func _on_forest_path_interacted() -> void:
|
|
$kq4_027.default_script(self)
|