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

22 lines
300 B
Plaintext

#define arrb_1fat_width 16
#define arrb_1fat_height 16
static char arrb_1fat_bits[] = {
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xfc, 0x3f,
0xf8, 0x1f,
0xf0, 0x0f,
0xe0, 0x07,
0xc0, 0x03,
0x80, 0x01,
};