extends Node3D @onready var animation: AnimationPlayer = $AnimationPlayer func open() -> void: animation.play("open")