home *** CD-ROM | disk | FTP | other *** search
/ Private Snapshots 1 / Private Snapshots 1.iso / pc / media / web / files / netmine.exe / NETMINE.SCR < prev    next >
Encoding:
Text File  |  1996-07-02  |  1.1 KB  |  41 lines

  1. ' *******************************************
  2. ' *** Map Maker - Map Editing Script File ***
  3. ' *** (1995) Didier Dambrin - Image Line  ***
  4. ' *******************************************
  5.  
  6.  
  7. ' Working directory (will be in front of every file name entered below) 
  8. ' WorkDir=r:\investig\bin\
  9.  
  10.  
  11. ' Original map measurements 
  12. ' Leave them blank if you want to start with a new 20*13 tile map 
  13. Width=
  14. Height=
  15.  
  16. tilemap=netmine.map
  17.  
  18. ' Here come the Tile Groups files to be used (in the right order)
  19. ' Put a blank file name if you want to skip a tile group
  20. TileGroup=mineavnt.til
  21. TileGroup=minefond.til
  22. TileGroup=icons.til
  23. TileGroup=bonus.til
  24.  
  25.  
  26. ' Put here the picture file containing the background screen
  27. Background=mineback.pcx
  28.  
  29.  
  30. ' Map masks: turn to OFF if you don't want to SAVE the referred plane
  31. ' Useful to save one plane only (for background maps) 
  32. BackEnabled=
  33. ForeEnabled=
  34. BonusEnabled=
  35.  
  36.  
  37. ' ***********************************************
  38. ' *** Here start the various level parameters ***
  39. ' ***********************************************
  40. PalMix=mines.mix
  41.