mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
279 B
Plaintext
22 lines
279 B
Plaintext
#define el_width 16
|
|
#define el_height 16
|
|
static char el_bits[] = {
|
|
0x61, 0x61,
|
|
0x0b, 0x0b,
|
|
0x58, 0x58,
|
|
0xc2, 0xc2,
|
|
0x16, 0x16,
|
|
0xb0, 0xb0,
|
|
0x85, 0x85,
|
|
0x2c, 0x2c,
|
|
0x61, 0x61,
|
|
0x0b, 0x0b,
|
|
0x58, 0x58,
|
|
0xc2, 0xc2,
|
|
0x16, 0x16,
|
|
0xb0, 0xb0,
|
|
0x85, 0x85,
|
|
0x2c, 0x2c,
|
|
|
|
};
|