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> </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>