mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
282 B
Plaintext
22 lines
282 B
Plaintext
#define mit_width 16
|
|
#define mit_height 16
|
|
static char mit_bits[] = {
|
|
0x00, 0x00,
|
|
0x07, 0x07,
|
|
0x06, 0x03,
|
|
0x8a, 0x02,
|
|
0x8a, 0x02,
|
|
0x52, 0x02,
|
|
0x52, 0x02,
|
|
0x22, 0x02,
|
|
0x27, 0x07,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
|
|
};
|