annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
274
bee12aed1f68 custom sell cursor
Adrianna Pińska <adrianna.pinska@gmail.com>
parents: 258
diff changeset
1 #define sell_cursor_width 16
bee12aed1f68 custom sell cursor
Adrianna Pińska <adrianna.pinska@gmail.com>
parents: 258
diff changeset
2 #define sell_cursor_height 16
bee12aed1f68 custom sell cursor
Adrianna Pińska <adrianna.pinska@gmail.com>
parents: 258
diff changeset
3 #define sell_cursor_x_hot 8
bee12aed1f68 custom sell cursor
Adrianna Pińska <adrianna.pinska@gmail.com>
parents: 258
diff changeset
4 #define sell_cursor_y_hot 8
bee12aed1f68 custom sell cursor
Adrianna Pińska <adrianna.pinska@gmail.com>
parents: 258
diff changeset
5 static unsigned char sell_cursor_bits[] = {
bee12aed1f68 custom sell cursor
Adrianna Pińska <adrianna.pinska@gmail.com>
parents: 258
diff changeset
6 0xe0, 0x07, 0x18, 0x1c, 0x84, 0x30, 0xe2, 0x63, 0x92, 0x64, 0x91, 0xc4,
bee12aed1f68 custom sell cursor
Adrianna Pińska <adrianna.pinska@gmail.com>
parents: 258
diff changeset
7 0x91, 0xc0, 0xe1, 0xc0, 0x81, 0xc3, 0x81, 0xc4, 0x91, 0xc4, 0x92, 0x64,
bee12aed1f68 custom sell cursor
Adrianna Pińska <adrianna.pinska@gmail.com>
parents: 258
diff changeset
8 0xe2, 0x63, 0x84, 0x30, 0x18, 0x1c, 0xe0, 0x07 };