mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
#define moon1_width 16
|
|
#define moon1_height 16
|
|
static char moon1_bits[] = {
|
|
0xe0, 0x07,
|
|
0x18, 0x1c,
|
|
0x84, 0x3f,
|
|
0xd2, 0x7f,
|
|
0xd2, 0x67,
|
|
0xc1, 0xef,
|
|
0xc1, 0xff,
|
|
0x01, 0xff,
|
|
0x21, 0xfc,
|
|
0xe5, 0xff,
|
|
0xf9, 0xff,
|
|
0xe2, 0x7f,
|
|
0x82, 0x7f,
|
|
0x04, 0x37,
|
|
0x18, 0x18,
|
|
0xe0, 0x07,
|
|
|
|
};
|