8 lines
144 B
GDScript
8 lines
144 B
GDScript
extends Scene
|
|
|
|
func _on_room_looked() -> void:
|
|
pass
|
|
|
|
func _on_kq4_068_the_foyer_interacted() -> void:
|
|
$kq4_068_the_foyer.default_script(self)
|