extends Node3D @onready var anim: AnimationPlayer = $AnimationPlayer func open(): anim.play("open")