extends Node2D @onready var anim := $AnimationPlayer as AnimationPlayer func _ready() -> void: anim.play("DEFAULT")