mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
22 lines
282 B
Plaintext
22 lines
282 B
Plaintext
#define hex_width 16
|
|
#define hex_height 16
|
|
static char hex_bits[] = {
|
|
0x44, 0x44,
|
|
0xaa, 0xaa,
|
|
0x11, 0x11,
|
|
0x11, 0x11,
|
|
0x11, 0x11,
|
|
0xaa, 0xaa,
|
|
0x44, 0x44,
|
|
0x44, 0x44,
|
|
0x44, 0x44,
|
|
0xaa, 0xaa,
|
|
0x11, 0x11,
|
|
0x11, 0x11,
|
|
0x11, 0x11,
|
|
0xaa, 0xaa,
|
|
0x44, 0x44,
|
|
0x44, 0x44,
|
|
|
|
};
|