mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
311 B
C
7 lines
311 B
C
#define dots_hex_width 16
|
|
#define dots_hex_height 18
|
|
static char dots_hex_bits[] = {
|
|
0xed, 0xed, 0xff, 0xff, 0xff, 0xff, 0xde, 0xde, 0xff, 0xff, 0xff, 0xff,
|
|
0xed, 0xed, 0xff, 0xff, 0xff, 0xff, 0xde, 0xde, 0xff, 0xff, 0xff, 0xff,
|
|
0xed, 0xed, 0xff, 0xff, 0xff, 0xff, 0xde, 0xde, 0xff, 0xff, 0xff, 0xff};
|