mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
293 B
C
7 lines
293 B
C
#define dots_rand2_width 16
|
|
#define dots_rand2_height 16
|
|
static char dots_rand2_bits[] = {
|
|
0x7f, 0x26, 0xe7, 0xff, 0xff, 0x9f, 0x99, 0xfc, 0xff, 0xcf, 0x9c, 0xff,
|
|
0xff, 0xfc, 0xfe, 0x4f, 0xcf, 0xf9, 0xf9, 0xff, 0x9f, 0xcc, 0xfc, 0xff,
|
|
0xff, 0xf9, 0x27, 0x3f, 0xff, 0xfc, 0xf9, 0xff};
|