Animation
This component transforms still images to animated one
new Animation(String animationName, SpriteSheet frames, int speedInMillisecond);getAnimationName(); // Returns String
getCurrentFrame(); // Returns BufferedImageLast updated
This component transforms still images to animated one
new Animation(String animationName, SpriteSheet frames, int speedInMillisecond);getAnimationName(); // Returns String
getCurrentFrame(); // Returns BufferedImageLast updated