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

22 lines
285 B
Plaintext

#define bulb_width 16
#define bulb_height 16
static char bulb_bits[] = {
0xc4, 0x47,
0x30, 0x18,
0x0a, 0xa0,
0x84, 0x42,
0x44, 0x45,
0x44, 0x44,
0x8a, 0xa2,
0x10, 0x11,
0x24, 0x49,
0x52, 0x95,
0x48, 0x25,
0x44, 0x45,
0xd0, 0x16,
0x40, 0x05,
0xc0, 0x06,
0x80, 0x03,
};