home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / IYONIX / MANICMINER / SOURCE.ZIP / manicminer-1.6.3 / miscdata / c / misc < prev   
Encoding:
Text File  |  2000-12-03  |  587 b   |  12 lines

  1. #define __DEFINE_MISC_VARS
  2. #include "../manic.h"
  3. #include "misc.h"
  4.  
  5. const char SCROLLtext[] = "                                .  .  .  .  .  .  .  .  .  .  . MANIC MINER . . \x7F BUG-BYTE ltd. 1983 . . By Matthew Smith . . . Q to P = Left & Right . . Bottom row = Jump . . A to G = Pause . . H to L = Tune On/Off . . . Guide Miner Willy through 20 lethal caverns .  .  .  .  .  .  .  .                                ";
  6.  
  7. const coords_t SKYp[3][4] = {
  8.   { {8, 0}, {72, 0}, {136, 0}, {200, 0} },
  9.   { {40, 0}, {104, 0}, {168, 0}, {232, 0} },
  10.   { {24, 0}, {88, 0}, {152, 0}, {216, 0} },
  11. };
  12.