mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
#define mcsquare_width 16
|
|
#define mcsquare_height 16
|
|
static char mcsquare_bits[] = {
|
|
0x78, 0x00,
|
|
0x08, 0x00,
|
|
0x08, 0x1e,
|
|
0x78, 0x00,
|
|
0x08, 0x1e,
|
|
0x08, 0x00,
|
|
0x78, 0x00,
|
|
0x00, 0xf0,
|
|
0x00, 0x80,
|
|
0x00, 0x20,
|
|
0xbe, 0x17,
|
|
0xaa, 0xf0,
|
|
0xaa, 0x00,
|
|
0xaa, 0x00,
|
|
0xaa, 0x00,
|
|
0xa2, 0x07,
|
|
|
|
};
|