mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
#define magnify_width 16
|
|
#define magnify_height 16
|
|
static char magnify_bits[] = {
|
|
0xfe, 0x7f,
|
|
0x01, 0x80,
|
|
0x89, 0x83,
|
|
0xcd, 0xa6,
|
|
0x4d, 0x86,
|
|
0x0d, 0xa3,
|
|
0x85, 0x81,
|
|
0xc5, 0xb4,
|
|
0xed, 0xa7,
|
|
0x01, 0x80,
|
|
0xfe, 0x7f,
|
|
0x00, 0x38,
|
|
0x66, 0x77,
|
|
0x53, 0xe6,
|
|
0x22, 0xc4,
|
|
0x77, 0x83,
|
|
|
|
};
|