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 sokay2_width 16
|
|
#define sokay2_height 16
|
|
static char sokay2_bits[] = {
|
|
0xe0, 0x41,
|
|
0xc0, 0xe0,
|
|
0xce, 0xae,
|
|
0xdb, 0xc4,
|
|
0xdb, 0x62,
|
|
0xdb, 0x47,
|
|
0xdb, 0x0c,
|
|
0xee, 0x9e,
|
|
0x00, 0x00,
|
|
0xe0, 0x01,
|
|
0x26, 0x33,
|
|
0x26, 0x33,
|
|
0x26, 0x33,
|
|
0x26, 0x33,
|
|
0xe6, 0x33,
|
|
0xc0, 0x03,
|
|
|
|
};
|