mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
300 B
Plaintext
22 lines
300 B
Plaintext
#define mouseblue_width 16
|
|
#define mouseblue_height 16
|
|
static char mouseblue_bits[] = {
|
|
0xfc, 0x1f,
|
|
0x04, 0x10,
|
|
0x54, 0x17,
|
|
0x54, 0x17,
|
|
0x54, 0x17,
|
|
0x54, 0x17,
|
|
0x54, 0x17,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0xfc, 0x1f,
|
|
|
|
};
|