| @@ -38,10 +38,14 @@ | |||||
| <h1>Navigation</h1> | <h1>Navigation</h1> | ||||
| <p> | <p> | ||||
| <ul> | <ul> | ||||
| <li>Scroll to zoom in/out.</li> | |||||
| <li>Alt-scroll to zoom in/out and preserve positions on the screen.</li> | |||||
| <li>Drag to move entities</li> | |||||
| <li>Alt-drag to ignore snapping and bounds</li> | |||||
| </ul> | |||||
| </p> | |||||
| <p> | |||||
| <ul> | |||||
| <li>Scroll to zoom.</li> | |||||
| <li>Alt-scroll to zoom preserve positions on the screen.</li> | |||||
| <li>Shift-scroll with an entity selected to scale it.</li> | <li>Shift-scroll with an entity selected to scale it.</li> | ||||
| </ul> | </ul> | ||||
| </p> | </p> | ||||
| @@ -76,6 +80,7 @@ | |||||
| </div> | </div> | ||||
| <div id="main-area"> | <div id="main-area"> | ||||
| <div id="options" class=""> | <div id="options" class=""> | ||||
| <a href="https://docs.google.com/forms/d/e/1FAIpQLScRC-okDZ3FtzDTkbqSrpj5_OGD-1Vl-VYizOK3QM6quus11g/viewform?usp=sf_link" class="options-banner">Submit your<br>character!</a> | |||||
| <h3 class="options-header">World options</h3> | <h3 class="options-header">World options</h3> | ||||
| <span id="options-world"> | <span id="options-world"> | ||||
| <div class="options-label"> | <div class="options-label"> | ||||
| @@ -187,7 +192,6 @@ | |||||
| <span id="options-attribution-source"> | <span id="options-attribution-source"> | ||||
| </span> | </span> | ||||
| </span> | </span> | ||||
| <a href="https://docs.google.com/forms/d/e/1FAIpQLScRC-okDZ3FtzDTkbqSrpj5_OGD-1Vl-VYizOK3QM6quus11g/viewform?usp=sf_link" class="options-banner">Submit your<br>character!</a> | |||||
| </div> | </div> | ||||
| <div id="world"> | <div id="world"> | ||||
| <input type="range" step="0.001" min="0" max="2" value="1" class="floating-slider" id="slider-scale"/> | <input type="range" step="0.001" min="0" max="2" value="1" class="floating-slider" id="slider-scale"/> | ||||