mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
add some stuff
This commit is contained in:
6
Bitmaps/thyssen/patterns/circle_tile.xbm
Normal file
6
Bitmaps/thyssen/patterns/circle_tile.xbm
Normal file
@@ -0,0 +1,6 @@
|
||||
#define Circle_tile_width 16
|
||||
#define Circle_tile_height 16
|
||||
static char Circle_tile_bits[] = {
|
||||
0xab, 0xab, 0x7d, 0x7d, 0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xff, 0xff,
|
||||
0xfe, 0xfe, 0x7d, 0x7d, 0xab, 0xab, 0x7d, 0x7d, 0xfe, 0xfe, 0xff, 0xff,
|
||||
0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0x7d, 0x7d};
|
||||
Reference in New Issue
Block a user