mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
290 B
C
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};
|