~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to weapon/artifact/ChaosSword/CSword.112

  • Committer: uid200
  • Date: 1999-03-29 04:46:43 UTC
  • Revision ID: vcs-imports@canonical.com-19990329044643-f5e80d33562fef45
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define CSword_width 24
 
2
#define CSword_height 24
 
3
static unsigned char CSword_bits[] = {
 
4
  0x00, 0x00, 0xc0, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x70, 0x00, 0x00, 0x38,
 
5
  0x00, 0x00, 0x1c, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x07, 0x00, 0x00, 0x03,
 
6
  0x00, 0xc0, 0x01, 0x00, 0xc0, 0x00, 0x00, 0x74, 0x00, 0x08, 0x3b, 0x00,
 
7
  0x86, 0x1d, 0x00, 0xc4, 0x2e, 0x00, 0xc4, 0x17, 0x00, 0xcf, 0x1b, 0x00,
 
8
  0x7f, 0x0f, 0x00, 0xf8, 0x0f, 0x00, 0xf8, 0x00, 0x00, 0xec, 0x00, 0x00,
 
9
  0xfe, 0x11, 0x00, 0x9f, 0x0f, 0x00, 0x8d, 0x09, 0x00, 0x87, 0x01, 0x00,
 
10
  };