Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1016 Bytes

sprite-sheet.md

File metadata and controls

43 lines (25 loc) · 1016 Bytes

Sprite sheets

A sprite sheet is one big image with several frames of the same sprite on it. For example, you can save this animation:

Running Guy

Like an horizontal sprite sheet:

Horizontal Sprite Sheet

A vertical one:

Vertical Sprite Sheet

Or a matrix:

Matrix Sprite Sheet

In the following section you will know how to export and import this kind of images into Aseprite.

Import

To import a sprite sheet use File > Import Sprite Sheet option. Then you can select the file to import the :

(Work-in-progress)

Export

(Work-in-progress)

Automate from Command Line

(Work-in-progress)

Texture Atlases

A texture atlas is an huge image with all the graphics, sprites and images that a game will use. It's called "texture" because the image can be loaded into the video memory, to render graphics on screen with hardware acceleration.