Animations
Is there a way to choose one specific frame in an animation.?
https://microstudio.dev/i/gilles/spriteanimation/
file >> SpriteAnimation >> function draw() >>
if not (this.finished and this.disappear) then
screen.drawImage(this.sprite.frames[frame], x, y, width, height)
end