mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-22 10:29:30 -07:00
added buffalo.edu and martin@freaknet
This commit is contained in:
21
Bitmaps/freaknet.org/bitmaps/cursor/target3
Normal file
21
Bitmaps/freaknet.org/bitmaps/cursor/target3
Normal file
@@ -0,0 +1,21 @@
|
||||
#define target3_width 16
|
||||
#define target3_height 16
|
||||
static char target3_bits[] = {
|
||||
0x1f, 0xf8,
|
||||
0x07, 0xe0,
|
||||
0xe3, 0xc7,
|
||||
0x39, 0x9c,
|
||||
0x09, 0x90,
|
||||
0xcc, 0x33,
|
||||
0x64, 0x26,
|
||||
0x24, 0x24,
|
||||
0x24, 0x24,
|
||||
0x64, 0x26,
|
||||
0xcc, 0x33,
|
||||
0x09, 0x90,
|
||||
0x39, 0x9c,
|
||||
0xe3, 0xc7,
|
||||
0x07, 0xe0,
|
||||
0x1f, 0xf8,
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user