PocketEmpires/PeasantSpr.c

30 lines
409 B
C
Raw Normal View History

// Default direction: Down
const uint8_t PROGMEM Peasant_Walking_SprData[] =
{
8,8, //width and height
B01100000,
B10111100,
B11000010,
B10011001,
B10100101,
B01100111,
B00011101,
B00000010,
};
const uint8_t PROGMEM Peasant_SprData[] =
{
8,8, //width and height
B00000000,
B00111100,
B01000010,
B10011001,
B10100101,
B01100110,
B00011000,
B00000000,
};