# HG changeset patch # User Adrianna PiƄska # Date 1252160020 0 # Node ID bee12aed1f68ea5b3c44b7f8aa11abc87739d66a # Parent b13c2f0be9a35941e00fe5f013777ba0818e6784 custom sell cursor diff -r b13c2f0be9a3 -r bee12aed1f68 data/cursors/sell_cursor.xbm --- a/data/cursors/sell_cursor.xbm Sat Sep 05 14:13:16 2009 +0000 +++ b/data/cursors/sell_cursor.xbm Sat Sep 05 14:13:40 2009 +0000 @@ -1,9 +1,8 @@ -#define im_width 24 -#define im_height 24 -static char im_bits[] = { -0x1f,0x00,0x00,0xff,0x00,0x00,0xff,0x07,0x00,0xff,0x3f,0x00,0xff,0x3b,0x00, -0xfe,0x39,0x00,0xfe,0xff,0x01,0xfe,0xff,0x03,0xbe,0xbb,0x03,0x9c,0xbb,0x03, -0x8c,0x3f,0x00,0x80,0x3f,0x00,0x80,0xff,0x00,0x00,0xfe,0x01,0x00,0xf8,0x03, -0x00,0xf8,0x03,0x80,0xb9,0x03,0x80,0xb9,0x03,0x80,0xfb,0x03,0x80,0xff,0x03, -0x00,0xff,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00 -}; +#define sell_cursor_width 16 +#define sell_cursor_height 16 +#define sell_cursor_x_hot 8 +#define sell_cursor_y_hot 8 +static unsigned char sell_cursor_bits[] = { + 0xe0, 0x07, 0x18, 0x1c, 0x84, 0x30, 0xe2, 0x63, 0x92, 0x64, 0x91, 0xc4, + 0x91, 0xc0, 0xe1, 0xc0, 0x81, 0xc3, 0x81, 0xc4, 0x91, 0xc4, 0x92, 0x64, + 0xe2, 0x63, 0x84, 0x30, 0x18, 0x1c, 0xe0, 0x07 }; diff -r b13c2f0be9a3 -r bee12aed1f68 data/sprites/sell_cursor.svg --- a/data/sprites/sell_cursor.svg Sat Sep 05 14:13:16 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ - - - - - - - - - diff -r b13c2f0be9a3 -r bee12aed1f68 regenerate_pngs.py --- a/regenerate_pngs.py Sat Sep 05 14:13:16 2009 +0000 +++ b/regenerate_pngs.py Sat Sep 05 14:13:40 2009 +0000 @@ -93,7 +93,6 @@ CURSORS = [ ("chkn", 16, 16), ("egg", 16, 16), - ("sell_cursor", 24, 24), ] if __name__ == "__main__":