extends Area2D class_name Fish @onready var animation = $AnimationPlayer func collected() -> void: animation.play("Collected")