view data/cursors/sell_cursor.xbm @ 498:62b9a4e21f1a

chickens in closed buildings deselected. building opens if you put in chickens and it's not full. opening building with move or select tool allows rearrangement of chickens in building. fixed multiselect in buildings.
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 25 Nov 2009 23:51:33 +0000
parents bee12aed1f68
children
line wrap: on
line source

#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 };