mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 16:09:30 -07:00
7 lines
246 B
C
7 lines
246 B
C
#define noname_width 16
|
|
#define noname_height 16
|
|
static char noname_bits[] = {
|
|
0xc0,0x01,0xc0,0x01,0xe0,0x03,0xe0,0x12,0x60,0x13,0xc0,0x11,0x08,0x38,0x08,
|
|
0x38,0x08,0x7c,0x1c,0x5c,0x1c,0x6c,0x3e,0x38,0x2e,0x00,0xb6,0x00,0x9c,0x00,
|
|
0x80,0x00};
|