~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to monster/demon/GreatDemon/GreatDemon.N11

  • 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 GreatDemon_width 24
 
2
#define GreatDemon_height 24
 
3
static char GreatDemon_bits[] = {
 
4
 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xef,0xff,0xff,
 
5
 0xcf,0xfd,0xff,0xcf,0xff,0xff,0xcf,0xfd,0xff,0xcf,0xff,0xff,0x8f,0xff,0xff,
 
6
 0x3f,0xff,0xff,0x7f,0xfe,0xff,0xff,0xfc,0xff,0xff,0xf9,0xff,0xef,0xf3,0xff,
 
7
 0xff,0x87,0xff,0x5f,0x07,0xfe,0xf7,0x2f,0xf0,0xbf,0x1e,0xf1,0xde,0x1f,0xf0,
 
8
 0x75,0x5d,0xf4,0xdf,0x1f,0xf0,0x75,0x3d,0xf1,0xef,0x3f,0xf0};