ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/obsolete/monster/meleeguy1
Revision: 1.1
Committed: Mon Feb 6 20:26:10 2006 UTC (18 years, 5 months ago) by root
Branch point for: UPSTREAM, MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 #define meleeguy1_width 24
2     #define meleeguy1_height 24
3     static char meleeguy1_bits[] = {
4     0x80,0x03,0x00,0xc0,0x05,0x00,0xf8,0x07,0x02,0xa0,0xc3,0x07,
5     0x80,0xff,0x03,0xc0,0x7f,0x00,0xe0,0x1f,0x00,0xf0,0x0f,0x00,
6     0xf8,0x0f,0x00,0x9f,0x1f,0x00,0x0e,0x1f,0x00,0x06,0x77,0x00,
7     0x00,0xf9,0x01,0x00,0xff,0x03,0x00,0xff,0x03,0x80,0xff,0x03,
8     0x80,0x8f,0x0f,0x80,0x07,0x0f,0xc0,0x07,0x07,0xc0,0x07,0x00,
9     0x80,0x03,0x00,0x80,0x03,0x00,0xc0,0x03,0x00,0xe0,0x01,0x00};