Reorganize index page, turn off drawing view and path rectangles

This commit is contained in:
2014-06-26 23:47:07 -07:00
parent a1fb550c64
commit 0bf03be51d
2 changed files with 4 additions and 4 deletions

View File

@@ -23,15 +23,15 @@
<img src="gfx/ui/uiGameDisplayBorder.png">
<div id="uiGameDisplay">
</div>
<div>
<div align="center">
<table>
<tr>
<td><strong>Audio Volume</strong></td>
<td><input type="range" id="uiMusicVolume" min="1" max="100" value="75"/></td>
<td><input type="range" id="uiGamma" min="1" max="60" value="0"/></td>
</tr>
<tr>
<td><strong>Audio Volume</strong></td>
<td><strong>Brightness</strong></td>
<td><input type="range" id="uiGamma" min="1" max="60" value="0"/></td>
</tr>
</table>
</div>