~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to monster/dragon/Dragonman/dragonman.171

  • 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 dragonman_width 24
 
2
#define dragonman_height 24
 
3
static char dragonman_bits[] = {
 
4
   0x00, 0xe0, 0x03, 0x00, 0x18, 0x0c, 0x00, 0x84, 0x05, 0x00, 0x32, 0x06,
 
5
   0x80, 0x0f, 0x07, 0xc0, 0x71, 0x03, 0x20, 0x00, 0x02, 0x30, 0x36, 0x03,
 
6
   0x30, 0x11, 0x01, 0x18, 0x18, 0x01, 0x48, 0x8c, 0x01, 0x28, 0xc6, 0x00,
 
7
   0x18, 0xd3, 0x01, 0xe0, 0xd7, 0x01, 0x80, 0xef, 0x03, 0xfc, 0xff, 0x7f,
 
8
   0xbe, 0xff, 0x7d, 0xfe, 0xff, 0x7f, 0xfc, 0xf7, 0x3f, 0xf4, 0xd5, 0x4f,
 
9
   0xe6, 0xd5, 0x47, 0xe2, 0xe3, 0x47, 0xf2, 0xc1, 0x47, 0xd3, 0xe3, 0x4f};