Add instructions to the bottom of the page
This commit is contained in:
@@ -24,19 +24,27 @@
|
|||||||
</div>
|
</div>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td rowspan=2>
|
||||||
<br/>Audio Volume
|
<ul>
|
||||||
|
<li>Click New Game to start</li>
|
||||||
|
<li>Arrow keys to walk</li>
|
||||||
|
<li>Hold down SHIFT to run</li>
|
||||||
|
<li>Face someone and press<br/>SPACE to steal</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
Audio Volume
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<br/><input type="range" id="uiMusicVolume" min="1" max="100" value="75"/>
|
<input type="range" id="uiMusicVolume" min="1" max="100" value="75"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<br/>Brightness
|
Brightness
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<br/><input type="range" id="uiGamma" min="1" max="30" value="0"/>
|
<input type="range" id="uiGamma" min="1" max="30" value="0"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user