mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
8 lines
374 B
C
8 lines
374 B
C
#define hex16_28_width 16
|
|
#define hex16_28_height 28
|
|
static char hex16_28_bits[] = {
|
|
0x3f,0xf9,0xcf,0xf7,0xf7,0xcf,0xf9,0x3f,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,
|
|
0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xf9,0x3f,
|
|
0xe7,0xdf,0xdf,0xe7,0x3f,0xf9,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,
|
|
0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe};
|