home *** CD-ROM | disk | FTP | other *** search
/ CD Souris 4 / cd.iso / pc / private / pi_demo / bak / strdark.scr < prev    next >
Text File  |  1995-12-11  |  1KB  |  44 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.  
  17. ' This is the Tile Map DOS file name (no matter if it doesn't exist yet)
  18. TileMap=strdark.map
  19.  
  20. ' Here come the Tile Groups files to be used (in the right order)
  21. ' Put a blank file name if you want to skip a tile group
  22. TileGroup=strdark.til
  23. TileGroup=private.til
  24. TileGroup=phone00.til
  25. TileGroup=strwork.til
  26. TileGroup=bonus.til
  27. TileGroup=icons.til
  28.  
  29.  
  30. ' Put here the picture file containing the background screen
  31. Background=darkback.pcx
  32.  
  33.  
  34. ' Map masks: turn to OFF if you don't want to SAVE the referred plane
  35. ' Useful to save one plane only (for background maps) 
  36. BackEnabled=
  37. ForeEnabled=
  38. BonusEnabled=
  39.  
  40.  
  41. ' ***********************************************
  42. ' *** Here start the various level parameters ***
  43. ' ***********************************************
  44. PalMix=strdark.mix