mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
#define moon4_width 16
|
|
#define moon4_height 16
|
|
static char moon4_bits[] = {
|
|
0x30, 0x0c,
|
|
0xe4, 0x21,
|
|
0x7a, 0x40,
|
|
0x2c, 0x83,
|
|
0x2d, 0x85,
|
|
0x3f, 0x06,
|
|
0x3e, 0x20,
|
|
0xfe, 0x40,
|
|
0xde, 0x03,
|
|
0x1e, 0x10,
|
|
0x1f, 0xab,
|
|
0x1d, 0x92,
|
|
0x3c, 0x00,
|
|
0xfa, 0x48,
|
|
0xe4, 0x23,
|
|
0x30, 0x0c,
|
|
|
|
};
|