~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to monster/demon/archangel.113

  • 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 archangel_width 24
 
2
#define archangel_height 24
 
3
static unsigned char archangel_bits[] = {
 
4
   0x00, 0x7e, 0x00, 0x88, 0x81, 0x11, 0x50, 0x00, 0x0a, 0x68, 0x10, 0x14,
 
5
   0xf0, 0x29, 0x0f, 0xf0, 0x7c, 0x1f, 0xf8, 0x39, 0x17, 0xe8, 0xb9, 0x1f,
 
6
   0xf8, 0x7e, 0x17, 0x64, 0x3f, 0x2c, 0x64, 0xbf, 0x2b, 0x84, 0xdf, 0x26,
 
7
   0xe4, 0xdf, 0x25, 0xa4, 0xdf, 0x27, 0xfc, 0xde, 0x25, 0xfc, 0xda, 0x27,
 
8
   0x6c, 0xde, 0x15, 0x0e, 0xdf, 0x17, 0x0a, 0xbd, 0x13, 0x11, 0x7b, 0x09,
 
9
   0x90, 0xff, 0x08, 0xa0, 0xff, 0x04, 0xc0, 0xfd, 0x02, 0xc0, 0xff, 0x01};