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:

  1. Top Line
    1. Left: Sprite Facing Forward
    2. Right: Sprite Facing Backward
  2. Second Line
    1. Left: Sprite Facing left
    2. Right: Sprite Facing Right
  3. Third Line
    1. Left: Sprite Walking Forward
    2. Right: Sprite Walking Backward
  4. Final Line
    1. Left: Sprite Walking Left
    2. Right: Sprite Walking Right