~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to monster/misc/Baslic/baslic.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 baslic_width 24
 
2
#define baslic_height 24
 
3
static char baslic_bits[] = {
 
4
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff,
 
5
   0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xe7, 0xff, 0xff, 0x82, 0xff, 0xfd,
 
6
   0x03, 0xff, 0xfb, 0x81, 0xbf, 0xfe, 0x80, 0xff, 0x08, 0x00, 0xff, 0x00,
 
7
   0xc0, 0x3f, 0x01, 0x80, 0x03, 0x00, 0xc0, 0x03, 0x00, 0x80, 0x03, 0x00,
 
8
   0x80, 0x03, 0x00, 0x00, 0x07, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x0f, 0x00,
 
9
   0x00, 0x3e, 0x00, 0x00, 0xfb, 0x00, 0x00, 0x0e, 0x00, 0x80, 0x7d, 0x00};