mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-22 10:29:30 -07:00
add some stuff
This commit is contained in:
6
Bitmaps/thyssen/patterns/stars.xbm
Normal file
6
Bitmaps/thyssen/patterns/stars.xbm
Normal file
@@ -0,0 +1,6 @@
|
||||
#define stars_width 16
|
||||
#define stars_height 16
|
||||
static char stars_bits[] = {
|
||||
0xfb,0xfb,0xe0,0xe0,0xf1,0xf1,0xf5,0xf5,0xbf,0xbf,0x0e,0x0e,0x1f,0x1f,0x5f,
|
||||
0x5f,0xfb,0xfb,0xe0,0xe0,0xf1,0xf1,0xf5,0xf5,0xbf,0xbf,0x0e,0x0e,0x1f,0x1f,
|
||||
0x5f,0x5f};
|
||||
Reference in New Issue
Block a user