ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/unused.93.2/cloak.112
Revision: 1.1
Committed: Mon Feb 6 20:26:11 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 cloak_width 24
2     #define cloak_height 24
3     static char cloak_bits[] = {
4     0x00, 0x3e, 0x00, 0x00, 0x6b, 0x00, 0x00, 0x55, 0x00, 0x00, 0xeb, 0x00,
5     0x00, 0xd5, 0x00, 0x00, 0xeb, 0x00, 0x00, 0xff, 0x01, 0x80, 0xeb, 0x01,
6     0x80, 0xd5, 0x03, 0x80, 0xaa, 0x03, 0xc0, 0xd5, 0x03, 0xc0, 0xaa, 0x07,
7     0x40, 0xd5, 0x07, 0xe0, 0xaa, 0x07, 0x60, 0x55, 0x07, 0xe0, 0xaa, 0x0f,
8     0x60, 0x55, 0x0f, 0xe0, 0xaa, 0x0f, 0x60, 0x55, 0x0f, 0xe0, 0xaa, 0x1e,
9     0x60, 0xff, 0x1f, 0xe0, 0x01, 0x1f, 0xe0, 0x00, 0x1e, 0x60, 0x00, 0x06};