mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
285 B
Plaintext
22 lines
285 B
Plaintext
#define dont_width 16
|
|
#define dont_height 16
|
|
static char dont_bits[] = {
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x04, 0x00,
|
|
0x04, 0x40,
|
|
0x04, 0x40,
|
|
0x66, 0xda,
|
|
0x95, 0x56,
|
|
0x95, 0x52,
|
|
0x95, 0x52,
|
|
0x66, 0xd2,
|
|
0x00, 0x00,
|
|
|
|
};
|