extends Control @onready var anim: AnimationPlayer = $AnimationPlayer func _ready(): anim.play("paper_slide")