ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/Kanji/antimagic.rune
Revision: 1.1
Committed: Mon Feb 6 20:26:10 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 antimagic_width 24
2     #define antimagic_height 24
3     static char antimagic_bits[] = {
4     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x18, 0x10,
5     0x10, 0x3c, 0x08, 0x20, 0x3c, 0x04, 0x40, 0x18, 0x02, 0x80, 0x00, 0x01,
6     0x00, 0x81, 0x00, 0x00, 0x42, 0x00, 0x30, 0x24, 0x0c, 0x78, 0x18, 0x1e,
7     0x78, 0x18, 0x1e, 0x30, 0x24, 0x0c, 0x00, 0x42, 0x00, 0x00, 0x81, 0x00,
8     0x80, 0x00, 0x01, 0x40, 0x18, 0x02, 0x20, 0x3c, 0x04, 0x10, 0x3c, 0x08,
9     0x08, 0x18, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};