mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 16:09:30 -07:00
7 lines
287 B
C
7 lines
287 B
C
#define player20_width 16
|
|
#define player20_height 16
|
|
static char player20_bits[] = {
|
|
0x01, 0x01, 0x7d, 0x7d, 0x45, 0x45, 0x55, 0x55, 0x45, 0x45, 0x7d, 0x7d,
|
|
0x01, 0x01, 0xff, 0xff, 0x01, 0x01, 0x7d, 0x7d, 0x45, 0x45, 0x55, 0x55,
|
|
0x45, 0x45, 0x7d, 0x7d, 0x01, 0x01, 0xff, 0xff};
|