mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
#define mayday_width 16
|
|
#define mayday_height 16
|
|
static char mayday_bits[] = {
|
|
0x00, 0x0e,
|
|
0xf0, 0x11,
|
|
0x08, 0x21,
|
|
0x0c, 0x51,
|
|
0x0a, 0x88,
|
|
0x11, 0x80,
|
|
0x02, 0x81,
|
|
0x82, 0x63,
|
|
0xc6, 0x87,
|
|
0x89, 0x83,
|
|
0x01, 0x91,
|
|
0x01, 0x60,
|
|
0x11, 0x40,
|
|
0x0e, 0x42,
|
|
0x10, 0x7a,
|
|
0xf0, 0x07,
|
|
|
|
};
|