ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/obsolete/monster/spider1.1
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 spider2_width 24
2     #define spider2_height 24
3     static char spider2_bits[] = {
4     0x00,0x00,0x00,0xf8,0x00,0x1f,0x06,0xc3,0x60,0x00,0x24,0x00,
5     0x00,0x24,0x00,0x7c,0x24,0x3f,0x82,0xff,0x40,0x00,0xff,0x01,
6     0x80,0xff,0x03,0x80,0xff,0x03,0xf6,0xff,0x07,0xfa,0xff,0x07,
7     0xf8,0xff,0x07,0xfa,0xff,0x07,0xf6,0xff,0x07,0x80,0xff,0x03,
8     0x80,0xff,0x03,0x82,0xff,0x41,0x7c,0xfc,0x3e,0x00,0x24,0x00,
9     0x00,0x24,0x00,0x06,0xc3,0x60,0xf8,0x00,0x1f,0x00,0x00,0x00};