~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to construct/temple/shrine.111

  • 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 shrine_width 24
 
2
#define shrine_height 24
 
3
static char shrine_bits[] = {
 
4
  0x00, 0x00, 0x00, 0x80, 0xff, 0x3f, 0x80, 0x2b, 0x20, 0xc0, 0x7f, 0x20, 
 
5
  0xc0, 0xff, 0x21, 0xa0, 0x7f, 0x20, 0xa0, 0x17, 0x20, 0x90, 0x2b, 0x20, 
 
6
  0x90, 0x05, 0x20, 0x88, 0x02, 0x20, 0x88, 0x01, 0x20, 0x88, 0x02, 0x20, 
 
7
  0x88, 0x01, 0x20, 0x88, 0x00, 0x20, 0x88, 0x00, 0x20, 0x88, 0xff, 0x3f, 
 
8
  0x48, 0x78, 0x10, 0x48, 0x84, 0x10, 0xa8, 0x39, 0x0b, 0xa8, 0x35, 0x0b, 
 
9
  0xd8, 0xb2, 0x05, 0xd8, 0xb2, 0x05, 0x08, 0x19, 0x02, 0xf8, 0xf9, 0x03, 
 
10
  };