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/groundhog
Normal file
21
Bitmaps/freaknet.org/bitmaps/cursor/groundhog
Normal file
@@ -0,0 +1,21 @@
|
||||
#define groundhog_width 16
|
||||
#define groundhog_height 16
|
||||
static char groundhog_bits[] = {
|
||||
0x80, 0x07,
|
||||
0x70, 0x18,
|
||||
0x0e, 0x20,
|
||||
0x63, 0x40,
|
||||
0xd7, 0x4c,
|
||||
0x67, 0x90,
|
||||
0x02, 0x90,
|
||||
0x02, 0x88,
|
||||
0x8c, 0x80,
|
||||
0x74, 0x40,
|
||||
0x08, 0x40,
|
||||
0x10, 0x40,
|
||||
0x20, 0x80,
|
||||
0x50, 0x80,
|
||||
0x50, 0x80,
|
||||
0x88, 0x80,
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user