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 moon3_width 16
|
|
#define moon3_height 16
|
|
static char moon3_bits[] = {
|
|
0x30, 0x0c,
|
|
0x84, 0x27,
|
|
0x02, 0x5e,
|
|
0xc1, 0x34,
|
|
0xa1, 0xb4,
|
|
0x60, 0xfc,
|
|
0x04, 0x7c,
|
|
0x02, 0x7f,
|
|
0xc0, 0x7b,
|
|
0x08, 0x78,
|
|
0xd5, 0xf8,
|
|
0x49, 0xb8,
|
|
0x00, 0x3c,
|
|
0x12, 0x5f,
|
|
0xc4, 0x27,
|
|
0x30, 0x0c,
|
|
|
|
};
|