mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 18:19:29 -07:00
add some stuff
This commit is contained in:
6
Bitmaps/thyssen/patterns/line_hex.xbm
Normal file
6
Bitmaps/thyssen/patterns/line_hex.xbm
Normal file
@@ -0,0 +1,6 @@
|
||||
#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};
|
||||
Reference in New Issue
Block a user