mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
287 B
C
7 lines
287 B
C
#define player17_width 16
|
|
#define player17_height 16
|
|
static char player17_bits[] = {
|
|
0x1c, 0x1c, 0x22, 0x22, 0x41, 0x41, 0x49, 0x49, 0x41, 0x41, 0x22, 0x22,
|
|
0x1c, 0x1c, 0x80, 0x80, 0x1c, 0x1c, 0x22, 0x22, 0x41, 0x41, 0x49, 0x49,
|
|
0x41, 0x41, 0x22, 0x22, 0x1c, 0x1c, 0x80, 0x80};
|