mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 04:40:55 +00:00
@ working on the reference manual
This commit is contained in:
parent
af82dc7c6a
commit
d130fbc7ad
1 changed files with 45 additions and 0 deletions
45
Help/e_vertices.html
Normal file
45
Help/e_vertices.html
Normal file
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
|
||||
<title>Vertices Mode</title>
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="stylesheet" type="text/css" href="default.css" media="screen" title="Default" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
|
||||
<param name="keyword" value="Vertices Mode">
|
||||
</object>
|
||||
|
||||
<div id="title"><h1>Vertices Mode</h1></div>
|
||||
|
||||
<div id="contents">
|
||||
<p>
|
||||
This editing mode allows you to edit the vertices in your map. You can insert new vertices that automatically split linedefs and deleting a vertex that only has two linedefs attached will reconnect the linedefs properly. You can drag the vertices to move them and snap them to the <a href="w_gridsetup.html">grid</a> and geometry. Hold Shift and/or Control to disable snapping to the grid and geometry.<br />
|
||||
<br />
|
||||
The vertices editing mode is one of the classic (2D) editing modes.
|
||||
|
||||
<h2>Default Controls</h2>
|
||||
<table border="0" cellspacing="6" width="90%">
|
||||
<tr>
|
||||
<td width="100" valign="top"><b>V</b></td>
|
||||
<td>Switches from any other classic editing mode to this mode.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><b>Insert</b></td>
|
||||
<td>Inserts a new vertex at the mouse coordinates. When near a linedef, the linedef will be splitten with this vertex.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><b>Delete</b></td>
|
||||
<td>Deletes the selected vertices.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><b>C</b></td>
|
||||
<td>Clears the selection.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
Loading…
Reference in a new issue