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

9 lines
96 B
Plaintext

#define blip_width 3
#define blip_height 3
static char blip_bits[] = {
0x02,
0x07,
0x02,
};