mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
#define target3_width 16
|
|
#define target3_height 16
|
|
static char target3_bits[] = {
|
|
0x1f, 0xf8,
|
|
0x07, 0xe0,
|
|
0xe3, 0xc7,
|
|
0x39, 0x9c,
|
|
0x09, 0x90,
|
|
0xcc, 0x33,
|
|
0x64, 0x26,
|
|
0x24, 0x24,
|
|
0x24, 0x24,
|
|
0x64, 0x26,
|
|
0xcc, 0x33,
|
|
0x09, 0x90,
|
|
0x39, 0x9c,
|
|
0xe3, 0xc7,
|
|
0x07, 0xe0,
|
|
0x1f, 0xf8,
|
|
|
|
};
|