mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-23 10:59:30 -07:00
added buffalo.edu and martin@freaknet
This commit is contained in:
21
Bitmaps/freaknet.org/bitmaps/cursor/saturn1
Normal file
21
Bitmaps/freaknet.org/bitmaps/cursor/saturn1
Normal file
@@ -0,0 +1,21 @@
|
||||
#define saturn1_width 16
|
||||
#define saturn1_height 16
|
||||
static char saturn1_bits[] = {
|
||||
0x00, 0xc0,
|
||||
0x00, 0xf0,
|
||||
0x40, 0x4b,
|
||||
0xf0, 0x6d,
|
||||
0xd8, 0x3d,
|
||||
0xf8, 0x1e,
|
||||
0x74, 0x2f,
|
||||
0xbc, 0x2f,
|
||||
0xcc, 0x37,
|
||||
0xf4, 0x3b,
|
||||
0xf8, 0x1d,
|
||||
0xfc, 0x16,
|
||||
0x32, 0x0f,
|
||||
0xda, 0x03,
|
||||
0x0f, 0x00,
|
||||
0x03, 0x00,
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user