Files
tiles-and-such/Bitmaps/thyssen/patterns/dots_hex.xbm
2018-02-19 18:28:35 -05:00

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};