home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.4 / 1996-05_-_Disc_2.4.bin / atdemo / maps.dat < prev    next >
Text File  |  1995-12-20  |  565b  |  37 lines

  1. // FORMAT:
  2. //
  3. // ROOM num
  4. // <name> x y {roomnum}
  5. // roomnum is only needed for outer rooms (i.e. not the first room)
  6. // rooms are blitted in the order of access...
  7. // // is a comment
  8. // END
  9. //
  10. // Anything after the required format is ignored, as are blank lines...
  11.  
  12.  
  13. ROOM 0 entry corridor
  14. CORICORI 160 127
  15. NEWWEL_C 498 97 1
  16. BAPTIS_C 113 343 2 
  17. ARYT_50 455 145
  18. ADN_50 191 300
  19. END
  20.  
  21.  
  22. ROOM 2 BAPTISTRY
  23. BAPTIST 180 237
  24. CORIDR_C 347 96 0
  25. AUP_50 367 210
  26. END
  27.  
  28.  
  29. ROOM 1 WELLROOM
  30. NEWWELL 317 105
  31. CORIDR_C 82 258 0
  32. ALEF_86 274 267
  33. END 
  34.  
  35.  
  36.  
  37.