mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
300 B
Plaintext
22 lines
300 B
Plaintext
#define drcelloff_width 16
|
|
#define drcelloff_height 16
|
|
static char drcelloff_bits[] = {
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0x03, 0xc0,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
|
|
};
|