mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
22 lines
309 B
Plaintext
22 lines
309 B
Plaintext
#define drawboxthumb_width 16
|
|
#define drawboxthumb_height 16
|
|
static char drawboxthumb_bits[] = {
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0x05, 0x80,
|
|
0x1d, 0x80,
|
|
0x7d, 0x80,
|
|
0xfd, 0x81,
|
|
0xfd, 0x87,
|
|
0xfd, 0x9f,
|
|
0xfd, 0x9f,
|
|
0xfd, 0x87,
|
|
0xfd, 0x81,
|
|
0x7d, 0x80,
|
|
0x1d, 0x80,
|
|
0x05, 0x80,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
|
|
};
|