mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 10:09:30 -07:00
add some stuff
This commit is contained in:
6
Bitmaps/thyssen/patterns/circle_hex.xbm
Normal file
6
Bitmaps/thyssen/patterns/circle_hex.xbm
Normal file
@@ -0,0 +1,6 @@
|
||||
#define Circle_hex_width 16
|
||||
#define Circle_hex_height 16
|
||||
static char Circle_hex_bits[] = {
|
||||
0xe3, 0xe3, 0xdd, 0xdd, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xdd, 0xdd,
|
||||
0xe3, 0xe3, 0xff, 0xff, 0x3e, 0x3e, 0xdd, 0xdd, 0xeb, 0xeb, 0xeb, 0xeb,
|
||||
0xeb, 0xeb, 0xdd, 0xdd, 0x3e, 0x3e, 0xff, 0xff};
|
||||
Reference in New Issue
Block a user