Files
tiles-and-such/Bitmaps/freaknet.org/bitmaps/cursor/dice4
2017-10-19 12:40:28 -04:00

22 lines
288 B
Plaintext

#define dice4_width 16
#define dice4_height 16
static char dice4_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xf3, 0xcf,
0xf3, 0xcf,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xf3, 0xcf,
0xf3, 0xcf,
0xff, 0xff,
0xff, 0xff,
};