~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to dev/Gloran/Dragon

  • 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 Dragon_width 24
 
2
#define Dragon_height 24
 
3
static char Dragon_bits[] = {
 
4
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x18, 0x10, 0x1c, 0x3c, 0x38,
 
5
   0x38, 0x7e, 0x1c, 0x70, 0xe7, 0x0e, 0xe0, 0xc3, 0x07, 0xc0, 0x81, 0x03,
 
6
   0xe0, 0xc3, 0x07, 0x70, 0xe7, 0x0e, 0x38, 0x7e, 0x1c, 0x1c, 0x3c, 0x38,
 
7
   0x1c, 0x3c, 0x38, 0x38, 0x7e, 0x1c, 0x70, 0xe7, 0x0e, 0xe0, 0xc3, 0x07,
 
8
   0xc0, 0x81, 0x03, 0xe0, 0xc3, 0x07, 0x70, 0xe7, 0x0e, 0x38, 0x7e, 0x1c,
 
9
   0x1c, 0x3c, 0x38, 0x08, 0x18, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};