mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
#define moon2_width 16
|
|
#define moon2_height 16
|
|
static char moon2_bits[] = {
|
|
0xe0, 0x07,
|
|
0x38, 0x18,
|
|
0xfc, 0x21,
|
|
0xde, 0x4b,
|
|
0xfe, 0x4b,
|
|
0xff, 0x83,
|
|
0xfb, 0x83,
|
|
0xfd, 0x80,
|
|
0x3f, 0x84,
|
|
0xff, 0xa7,
|
|
0xff, 0x9f,
|
|
0xfe, 0x47,
|
|
0xfe, 0x41,
|
|
0xec, 0x20,
|
|
0x18, 0x18,
|
|
0xe0, 0x07,
|
|
|
|
};
|