mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-22 18:39:30 -07:00
added buffalo.edu and martin@freaknet
This commit is contained in:
21
Bitmaps/freaknet.org/bitmaps/cursor/softball
Normal file
21
Bitmaps/freaknet.org/bitmaps/cursor/softball
Normal file
@@ -0,0 +1,21 @@
|
||||
#define softball_width 16
|
||||
#define softball_height 16
|
||||
static char softball_bits[] = {
|
||||
0xc0, 0x03,
|
||||
0xf0, 0x0f,
|
||||
0xf8, 0x1f,
|
||||
0xf4, 0x2f,
|
||||
0xee, 0x77,
|
||||
0xee, 0x77,
|
||||
0xdf, 0xfb,
|
||||
0xdf, 0xfb,
|
||||
0xdf, 0xfb,
|
||||
0xdf, 0xfb,
|
||||
0xee, 0x77,
|
||||
0xee, 0x77,
|
||||
0xf4, 0x2f,
|
||||
0xf8, 0x1f,
|
||||
0xf0, 0x0f,
|
||||
0xc0, 0x03,
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user