mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
43 lines
1.7 KiB
HTML
43 lines
1.7 KiB
HTML
<!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>Things 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" />
|
|
<script type="text/javascript" src="scripts.js"></script>
|
|
</head>
|
|
<body onresize="autoadjustheight('classiccontrols')">
|
|
|
|
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
|
|
<param name="keyword" value="Things Mode">
|
|
</object>
|
|
|
|
<div id="title"><h1>Things Mode</h1></div>
|
|
|
|
<div id="contents">
|
|
<p>
|
|
With this editing mode you edit the things in your map. Drag the things to move them and snap them to the <a href="w_gridsetup.html">grid</a>. Hold Shift to disable snapping to the grid. You can use the <a href="w_thingsfilters.html">Things Filter</a> in the toolbar to show only things with specific properties (such as multiplayer things or things that only appear at a hard skill level).<br />
|
|
<br />
|
|
The things editing mode is one of the classic (2D) editing modes.
|
|
|
|
<h2>Default Controls</h2>
|
|
<table border="0" cellspacing="6" width="90%">
|
|
<tr>
|
|
<td width="150" valign="top"><b>T</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 thing.</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Delete</b></td>
|
|
<td>Deletes the selected or highlighted things.</td>
|
|
</tr>
|
|
</table>
|
|
<iframe src="classiccontrols.html" frameborder="0" width="100%" id="classiccontrols" scrolling="no" onload="autoadjustheight('classiccontrols')"></iframe>
|
|
</p>
|
|
</div>
|
|
</body>
|