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

File Contents

# User Rev Content
1 root 1.1 #define Undead_width 24
2     #define Undead_height 24
3     static char Undead_bits[] = {
4     0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x0c, 0x18, 0x30, 0x1c, 0x18, 0x38,
5     0x3c, 0x18, 0x3c, 0x7c, 0x18, 0x3e, 0xec, 0x18, 0x37, 0xcc, 0x99, 0x33,
6     0x8c, 0xdb, 0x31, 0x0c, 0xff, 0x30, 0x0c, 0x7e, 0x30, 0x0c, 0x3c, 0x30,
7     0x0c, 0x3c, 0x30, 0x0c, 0x7e, 0x30, 0x0c, 0xff, 0x30, 0x8c, 0xdb, 0x31,
8     0xcc, 0x99, 0x33, 0xec, 0x18, 0x37, 0x7c, 0x18, 0x3e, 0x3c, 0x18, 0x3c,
9     0x1c, 0x18, 0x38, 0x0c, 0x18, 0x30, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00};