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

7 lines
293 B
C

#define pat_wiggly_width 16
#define pat_wiggly_height 16
static char pat_wiggly_bits[] = {
0x33, 0x33, 0xcc, 0xcc, 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0xcc, 0xcc,
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0xcc, 0xcc, 0xff, 0xff, 0xff, 0xff,
0x33, 0x33, 0xcc, 0xcc, 0xff, 0xff, 0xff, 0xff};