extends AnimatedSprite2D @export var animationname: String = "default" func _ready() -> void: self.play(animationname) print("Playing animation")