mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
#define mousered_width 16
|
|
#define mousered_height 16
|
|
static char mousered_bits[] = {
|
|
0xfc, 0x1f,
|
|
0x04, 0x10,
|
|
0x74, 0x15,
|
|
0x74, 0x15,
|
|
0x74, 0x15,
|
|
0x74, 0x15,
|
|
0x74, 0x15,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0x04, 0x10,
|
|
0xfc, 0x1f,
|
|
|
|
};
|