~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to construct/castle/castle.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 castle_width 24
 
2
#define castle_height 24
 
3
static char castle_bits[] = {
 
4
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x36,0x00,0x08,0x08,0x08,
 
5
0x08,0x00,0x08,0x1c,0x00,0x1c,0x1c,0x00,0x1c,0x3e,0x00,0x3e,
 
6
0x14,0x00,0x14,0xd4,0xdd,0x15,0x74,0x77,0x17,0x04,0x00,0x10,
 
7
0x24,0x00,0x12,0x24,0x00,0x12,0xf4,0x9c,0x17,0x24,0x3e,0x12,
 
8
0x24,0x3e,0x12,0x06,0x3e,0x30,0xfd,0xff,0x5f,0xab,0xbe,0x6a,
 
9
0xff,0xff,0x7f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};