- Added kq4_051_ogres_closet scene - East exit to room 049 (Ogre's Cottage) - bidirectional connection - Updated room 049 to fix transition to room 051
6 lines
100 B
GDScript
6 lines
100 B
GDScript
extends Scene
|
|
|
|
|
|
func _on_cottage_interacted() -> void:
|
|
$kq4_049_ogres_cottage.default_script(self)
|