Add instructions to the bottom of the page

This commit is contained in:
Andrew Kesterson
2014-07-14 08:02:03 -07:00
parent 52f60ade6f
commit db6dd115a8

View File

@@ -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>
Audio Volume
</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>
</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>