Concepts explained: sprites - sbollaerts/AAStudio GitHub Wiki
What is a sprite in AAStudio?
A sprite is a graphical element of a project file. A sprite has the following characteristics:
- Name: it can contain only the following characters: "
abcdefghijklmnopqrstuvwxyz1234567890_
" - Width: must be in the range [1 : 128]
- Height: must be in the range [1: 64]
- Note: free text
You can create sprites with tools available in the toolbox, or use the function "Import [Ctrl+I]" to create a sprite from an image file.