Initial revision
This commit is contained in:
commit
365fe3e5b6
350 changed files with 43559 additions and 0 deletions
15
src/mouse/brush.xbm
Normal file
15
src/mouse/brush.xbm
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* Created with The GIMP */
|
||||
#define brush_width 32
|
||||
#define brush_height 32
|
||||
static unsigned char brush_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x06, 0x00, 0x00, 0xc0, 0x0c,
|
||||
0x00, 0x00, 0x60, 0x0c, 0x00, 0x00, 0x20, 0x06, 0x00, 0x00, 0x30, 0x03,
|
||||
0x00, 0x00, 0x18, 0x01, 0x00, 0x00, 0x88, 0x01, 0x00, 0x00, 0xcc, 0x00,
|
||||
0x00, 0x00, 0x66, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x33, 0x00,
|
||||
0x00, 0x80, 0x19, 0x00, 0x00, 0x80, 0x0c, 0x00, 0x00, 0xc0, 0x06, 0x00,
|
||||
0x00, 0x60, 0x02, 0x00, 0x00, 0x38, 0x01, 0x00, 0x00, 0xfc, 0x01, 0x00,
|
||||
0x00, 0xec, 0x00, 0x00, 0x00, 0xc4, 0x00, 0x00, 0x00, 0xc6, 0x00, 0x00,
|
||||
0x00, 0xc3, 0x00, 0x00, 0x80, 0xc3, 0x00, 0x00, 0xe0, 0x61, 0x00, 0x00,
|
||||
0x70, 0x70, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0xc0, 0x0f, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue