Animation
This component transforms still images to animated one
Component Author: Jabo Release Date: April 11, 2020
new Animation(String animationName, SpriteSheet frames, int speedInMillisecond);getAnimationName(); // Returns String
getCurrentFrame(); // Returns BufferedImageLast updated
Was this helpful?