SpriteSheets - JayhawkZombie/EECS581Project GitHub Wiki
##Abstract Basically this page is so Austin and Charles have a set in stone syntax for the sprite sheet>
##Structure Each Texture in the Spritesheet is a 16 by 16 pixel. There are eight textures per character (to start with - may need more later). The final SpriteSheet file will be 32 by 64 pixels, the pixel spreadsheet will look like the following:
- Top Line
- Left: Sprite Facing Forward
- Right: Sprite Facing Backward
- Second Line
- Left: Sprite Facing left
- Right: Sprite Facing Right
- Third Line
- Left: Sprite Walking Forward
- Right: Sprite Walking Backward
- Final Line
- Left: Sprite Walking Left
- Right: Sprite Walking Right