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

7 lines
299 B
C

#define land_hextile_width 16
#define land_hextile_height 16
static char land_hextile_bits[] = {
0xf8, 0x1f, 0xf3, 0xcf, 0xe7, 0xe7, 0xcf, 0xf3, 0x1f, 0xf8, 0xcf, 0xf3,
0xe7, 0xe7, 0xf3, 0xcf, 0xf8, 0x1f, 0xf3, 0xcf, 0xe7, 0xe7, 0xcf, 0xf3,
0x1f, 0xf8, 0xcf, 0xf3, 0xe7, 0xe7, 0xf3, 0xcf};