extends Node3D @onready var portal_door: PortalDoor = $PortalDoor func open_door(_body) -> void: portal_door.open(_body)