view data/cursors/chkn.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 3e994b3f750d
children
line wrap: on
line source

#define chkn_width 16
#define chkn_height 16
#define chkn_x_hot 8
#define chkn_y_hot 8
static unsigned char chkn_bits[] = {
   0x00, 0x08, 0x00, 0x08, 0x80, 0x88, 0x00, 0x49, 0x00, 0x6b, 0x10, 0x3e,
   0x10, 0x1c, 0x11, 0x1d, 0x92, 0x08, 0xd6, 0x08, 0x7c, 0x08, 0x38, 0x00,
   0x38, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00 };