1 2 3 4 5 6
extends Control @onready var anim: AnimationPlayer = $AnimationPlayer func _ready(): anim.play("paper_slide")