view data/cursors/repair_cursor.xbm @ 561:7f037ee2a6c8

Show count of selected chickens in buildings
author Neil Muller <drnlmuller@gmail.com>
date Sat, 28 Nov 2009 18:40:04 +0000
parents 71f5897ac5ef
children
line wrap: on
line source

/*
 * img_data = [
 *     "................",
 *     ".....###........",
 *     "....####........",
 *     "...#####........",
 *     "..#####.........",
 *     ".#######........",
 *     "######.##.......",
 *     ".###.#####......",
 *     "..#...##.##.....",
 *     ".......#####....",
 *     "........##.##...",
 *     ".........#####..",
 *     "..........##.##.",
 *     "...........#####",
 *     "............##.#",
 *     ".............##.",
 *     ]
 */

#define repair_cursor_width 16
#define repair_cursor_height 16
#define repair_cursor_hot_x 4
#define repair_cursor_hot_y 4
static unsigned char repair_cursor_bits[] = {
   0x00, 0x00, 0xe0, 0x00, 0xf0, 0x00, 0xf8, 0x00, 0x7c, 0x00, 0xfe, 0x00,
   0xbf, 0x01, 0xee, 0x03, 0xc4, 0x06, 0x80, 0x0f, 0x00, 0x1b, 0x00, 0x3e,
   0x00, 0x6c, 0x00, 0xf8, 0x00, 0xb0, 0x00, 0x60 };