PocketEmpires/PeasantSpr.i

31 lines
314 B
OpenEdge ABL

// Default direction: Down
const uint8_t PROGMEM Peasant_Walking_SprData[] =
{
8,8, //width and height
0x60,
0xBC,
0xC2,
0x99,
0xA5,
0x67,
0x1D,
0x02,
};
const uint8_t PROGMEM Peasant_SprData[] =
{
8,8, //width and height
0x00,
0x3C,
0x42,
0x99,
0xA5,
0x66,
0x18,
0x00,
};