SpriteSheet
This component divides one whole image to many different frames. This component is commonly used for animation
new SpriteSheet(Sprite sheet, int frameWidth, int frameHeight);getFrames(); // Returns an array of BufferedImageLast updated
This component divides one whole image to many different frames. This component is commonly used for animation
new SpriteSheet(Sprite sheet, int frameWidth, int frameHeight);getFrames(); // Returns an array of BufferedImageLast updated