home *** CD-ROM | disk | FTP | other *** search
/ Great Hits 1994 / GREAT_HITS_1994.ISO / werb / _snack.exe / PAINTER.INI < prev    next >
Text File  |  1994-10-27  |  715b  |  62 lines

  1. ; -----    LOAD DESCRIPTOR FILE FOR PIANO.EXE ---------------------------------
  2.  
  3.     load {
  4.  
  5.         file paintpic.lbm
  6.  
  7.         bg_pic        = 40x25x1
  8.  
  9.     }
  10.  
  11.     load {
  12.  
  13.         file paintani.lbm
  14.  
  15.         monster        = 2x3x4
  16.  
  17.         hero_right    = 2x2x4
  18.  
  19.         hero_left    = 2x2x4
  20.  
  21.         hero_up        = 2x2x4
  22.  
  23.         hero_down    = 2x2x4
  24.  
  25.         question_mark    = 5x5x1
  26.  
  27.         vertical_bars    = 2x5x1
  28.  
  29.         horizontal_bars    = 5x2x1
  30.  
  31.     }
  32.  
  33.     load {
  34.  
  35.         file painttex.lbm
  36.  
  37.         get_ready    = 18x3x1
  38.  
  39.         time        = 9x3x1
  40.  
  41.         game_over    = 18x3x1
  42.  
  43.         paint        = 18x3x1
  44.  
  45.         char_set    = 1x1x96
  46.  
  47.         digits        = 3x3x10
  48.  
  49.     }
  50.  
  51.     set {
  52.  
  53.         intro_colour = 128
  54.  
  55.         get_ready_x = 88
  56.  
  57.         get_ready_y = 48
  58.  
  59.     }
  60.  
  61. ; -----    END OF FILE --------------------------------------------------------
  62.