Menu

Spritesheets

A spritesheet is a single image that contains multiple images arranged together. In supported games, spritesheets can be used to alternate objects during gameplay or create animations.

Using spritesheets can add movement and visual variety to your game, helping create a more dynamic player experience.

chrome_2025-05-07_10-42-17

How spritesheets work

Spritesheets combine several frames or objects into one image file. During gameplay, the game displays each frame in sequence to create the appearance of movement or animation.
Some games also use spritesheets to randomly alternate between different objects, adding variation to gameplay elements.
If the game you selected supports spritesheets, this will be indicated in the description under the asset title.

How to create a spritesheet

To create a spritesheet, place multiple images in a single row within one image file.
Each frame should be positioned directly next to the previous one without any spacing between them. This ensures the game can correctly read and display each frame.

Tips

When creating animated spritesheets, make sure that each frame transitions smoothly to the next. Consistent alignment between frames helps create a seamless animation during gameplay.
Testing the animation in the game preview can help ensure the movement appears smooth and natural.