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

7 lines
290 B
C

#define dots_rand_width 16
#define dots_rand_height 16
static char dots_rand_bits[] = {
0xff, 0xff, 0xfe, 0xfd, 0xbf, 0xff, 0xff, 0xef, 0xfb, 0xff, 0xff, 0xbf,
0xdf, 0xfb, 0xff, 0xff, 0xfd, 0xff, 0xdf, 0xdf, 0xff, 0xfe, 0xff, 0xff,
0xfb, 0xef, 0xff, 0xff, 0xff, 0x7e, 0xef, 0xef};