view data/cursors/chkn.xbm @ 501:1da14b3d8773

Utility for examining compressed save games.
author Simon Cross <hodgestar@gmail.com>
date Thu, 26 Nov 2009 00:31:54 +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 };