home *** CD-ROM | disk | FTP | other *** search
/ Doom Game Editor / DoomGameEditorTheu.bin / renegade / basic2.tut < prev    next >
Text File  |  1995-02-21  |  610b  |  13 lines

  1. Sector Drawing, Part 2
  2. SECTOR,-176, 64, 32,-144
  3. ms, "Notice that the sector has thick lines all around.  The thick lines indicate that those lines are one-sided."
  4. SECTOR,-112, 0,-32,-80
  5. ms, "This sector has thin lines because it is double-sided.  The editor detects situations where a sector is inside another and makes it double-sided automatically."
  6. SECTOR, 80, 64, 272,-144
  7. ms, "You can use a void to create columns and solid walls.  Insert voids with the sector tool with the second mouse button."
  8. VOID, 144, 0, 192,-48
  9. ms_end, "The void lines are one sided, so they are drawn thick."
  10. END
  11. END
  12.  
  13.