mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
282 B
Plaintext
22 lines
282 B
Plaintext
#define tex_width 16
|
|
#define tex_height 16
|
|
static char tex_bits[] = {
|
|
0x00, 0x00,
|
|
0x3f, 0xee,
|
|
0x2d, 0x4c,
|
|
0x0c, 0x3c,
|
|
0xfc, 0x3b,
|
|
0x6c, 0x1a,
|
|
0x6c, 0x30,
|
|
0x6c, 0x39,
|
|
0xec, 0x79,
|
|
0x6c, 0x65,
|
|
0x7e, 0xee,
|
|
0x60, 0x00,
|
|
0x60, 0x02,
|
|
0xf0, 0x03,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
|
|
};
|