extends Interaction @onready var holeInterface:Window = $HoleMenu func _ready(): add_action("Throw Stuff in There", open_hole_window) func open_hole_window(): holeInterface.popup_centered() holeInterface.opened()