Add instructions to the bottom of the page
This commit is contained in:
@@ -24,19 +24,27 @@
|
||||
</div>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<br/>Audio Volume
|
||||
<td rowspan=2>
|
||||
<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>
|
||||
<br/><input type="range" id="uiMusicVolume" min="1" max="100" value="75"/>
|
||||
Audio Volume
|
||||
</td>
|
||||
<td>
|
||||
<input type="range" id="uiMusicVolume" min="1" max="100" value="75"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<br/>Brightness
|
||||
Brightness
|
||||
</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>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user