mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
287 B
C
7 lines
287 B
C
#define player16_width 16
|
|
#define player16_height 16
|
|
static char player16_bits[] = {
|
|
0x22, 0x22, 0x55, 0x55, 0x49, 0x49, 0x41, 0x41, 0x22, 0x22, 0x94, 0x94,
|
|
0xc9, 0xc9, 0x80, 0x80, 0x22, 0x22, 0x55, 0x55, 0x49, 0x49, 0x41, 0x41,
|
|
0x22, 0x22, 0x94, 0x94, 0xc9, 0xc9, 0x80, 0x80};
|