~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to monster/giant/cyclops/cyclops.572

  • 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 cyclops_width 24
 
2
#define cyclops_height 24
 
3
static char cyclops_bits[] = {
 
4
  0x00, 0x08, 0x40, 0x00, 0x08, 0xc0, 0x00, 0x08, 0xe0, 0x00, 0x08, 0x60,
 
5
  0x00, 0x10, 0x20, 0x00, 0x30, 0x20, 0x00, 0xf0, 0x31, 0x00, 0x78, 0x1e,
 
6
  0x00, 0xc8, 0x0f, 0x00, 0xb8, 0x0f, 0x00, 0x48, 0x0a, 0x00, 0x98, 0x08,
 
7
  0x00, 0x70, 0x0f, 0x00, 0x50, 0x06, 0x00, 0x88, 0x07, 0x00, 0xb8, 0x0c,
 
8
  0x00, 0xc8, 0x0f, 0x00, 0xd8, 0x11, 0x00, 0x30, 0x1e, 0x00, 0xb0, 0x25,
 
9
  0x00, 0xa0, 0x31, 0x00, 0xc0, 0x3c, 0x00, 0x80, 0x1f, 0x00, 0x00, 0x00};