mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
37 lines
681 B
Plaintext
37 lines
681 B
Plaintext
#define handbig_d_width 19
|
|
#define handbig_d_height 31
|
|
static char handbig_d_bits[] = {
|
|
0x10, 0x40, 0x00,
|
|
0x08, 0x80, 0x00,
|
|
0x08, 0x80, 0x01,
|
|
0x04, 0x00, 0x01,
|
|
0x04, 0x00, 0x02,
|
|
0x02, 0x00, 0x06,
|
|
0x02, 0x04, 0x04,
|
|
0x01, 0x04, 0x04,
|
|
0x11, 0x02, 0x04,
|
|
0xd1, 0x01, 0x04,
|
|
0x11, 0xb0, 0x07,
|
|
0x31, 0xe8, 0x02,
|
|
0xc3, 0x47, 0x04,
|
|
0x01, 0x4c, 0x04,
|
|
0x02, 0x48, 0x04,
|
|
0x0c, 0x48, 0x04,
|
|
0xf4, 0x47, 0x04,
|
|
0x44, 0x40, 0x02,
|
|
0x44, 0xc4, 0x01,
|
|
0x4c, 0x24, 0x00,
|
|
0x64, 0x1c, 0x00,
|
|
0x44, 0x02, 0x00,
|
|
0xc4, 0x01, 0x00,
|
|
0x44, 0x00, 0x00,
|
|
0x4c, 0x00, 0x00,
|
|
0x64, 0x00, 0x00,
|
|
0x44, 0x00, 0x00,
|
|
0x44, 0x00, 0x00,
|
|
0x44, 0x00, 0x00,
|
|
0x24, 0x00, 0x00,
|
|
0x18, 0x00, 0x00,
|
|
|
|
};
|