10 lines
203 B
GDScript
10 lines
203 B
GDScript
extends Scene
|
|
|
|
|
|
func _on_ogre_house_interacted() -> void:
|
|
$kq4_004_ogres_cottage.default_script(self)
|
|
|
|
|
|
func _on_shady_wooded_area_interacted() -> void:
|
|
$kq4_009_shady_wooded_area.default_script(self)
|