mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-22 02:19:31 -07:00
added buffalo.edu and martin@freaknet
This commit is contained in:
21
Bitmaps/freaknet.org/bitmaps/cursor/unit
Normal file
21
Bitmaps/freaknet.org/bitmaps/cursor/unit
Normal file
@@ -0,0 +1,21 @@
|
||||
#define unit_width 12
|
||||
#define unit_height 16
|
||||
static char unit_bits[] = {
|
||||
0x00, 0x00,
|
||||
0x04, 0x08,
|
||||
0xf4, 0x0b,
|
||||
0x04, 0x08,
|
||||
0x14, 0x0a,
|
||||
0x04, 0x08,
|
||||
0x14, 0x0a,
|
||||
0x04, 0x08,
|
||||
0xf4, 0x0b,
|
||||
0x04, 0x08,
|
||||
0x14, 0x0a,
|
||||
0x04, 0x08,
|
||||
0x14, 0x0a,
|
||||
0x04, 0x08,
|
||||
0xf4, 0x0b,
|
||||
0x04, 0x08,
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user