mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
#define kitten_width 16
|
|
#define kitten_height 16
|
|
static char kitten_bits[] = {
|
|
0x00, 0x00,
|
|
0x0c, 0x18,
|
|
0x14, 0x14,
|
|
0x24, 0x12,
|
|
0xc4, 0x11,
|
|
0x00, 0x00,
|
|
0x30, 0x06,
|
|
0x04, 0x10,
|
|
0xc8, 0x09,
|
|
0x9e, 0x3c,
|
|
0x88, 0x08,
|
|
0x44, 0x11,
|
|
0x30, 0x06,
|
|
0xe0, 0x03,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
|
|
};
|