home *** CD-ROM | disk | FTP | other *** search
/ Adventures in Heaven 2 / adventuresinheaven2powergamesfordosandwindows.iso / windows / arcade / cbzone / tank.bit < prev    next >
Text File  |  1992-05-05  |  585b  |  11 lines

  1. #define tank_width 35
  2. #define tank_height 16
  3. static char tank_bits[] = {
  4.    0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00, 0x00, 0x08, 0x10, 0x00, 0xff, 0xff,
  5.    0x07, 0x20, 0x00, 0xff, 0xff, 0x01, 0x20, 0x00, 0x00, 0x00, 0x01, 0xc0,
  6.    0x07, 0x00, 0x80, 0x00, 0xff, 0x04, 0x00, 0x80, 0xfc, 0x00, 0x02, 0x00,
  7.    0xf8, 0x03, 0x00, 0x02, 0xf0, 0x07, 0x00, 0x00, 0x02, 0x0f, 0x00, 0x00,
  8.    0x00, 0x01, 0x02, 0x00, 0x00, 0x00, 0x01, 0x04, 0x00, 0x00, 0x80, 0x00,
  9.    0x08, 0x00, 0x00, 0x80, 0x00, 0x08, 0x00, 0x00, 0x80, 0x00, 0x10, 0x00,
  10.    0x00, 0x40, 0x00, 0xe0, 0xff, 0xff, 0x7f, 0x00};
  11.