~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to wall/cave/cave1.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 cave1_width 24
 
2
#define cave1_height 24
 
3
static char cave1_bits[] = {
 
4
0x09,0xfc,0xff,0x81,0xf3,0xff,0x7f,0xe0,0xff,0x82,0xe7,0xff,
 
5
0x02,0xf8,0xff,0x12,0xc1,0xff,0x02,0xfc,0xff,0xfe,0xe7,0xff,
 
6
0x04,0xe9,0xff,0xc4,0xe2,0xff,0x3c,0xd8,0xff,0x04,0x86,0xff,
 
7
0x94,0x91,0xff,0x64,0x84,0xff,0x1e,0xc0,0xff,0xe2,0xff,0xff,
 
8
0x02,0xc0,0xff,0x4a,0xb1,0xff,0x02,0x8c,0xff,0x92,0xa3,0xff,
 
9
0x62,0xc0,0xff,0xff,0xe3,0xff,0x01,0xfe,0xff,0x89,0xf8,0xff};