Move player data to bottom of frame

This commit is contained in:
Fraser Graham 2016-07-13 21:26:30 -06:00
parent 6f46dd3783
commit c6befdf2f9
1 changed files with 3 additions and 3 deletions

View File

@ -51,11 +51,11 @@
<div class="tab-pane" id="arena">
<p>
<div>
<pre id="players"></pre>
</div>
<div id="bf" class="center">
<canvas id="battlefield" width="1000px" height="800px"></canvas>
<div>
<pre id="players"></pre>
</div>
Use 'v' to cycle views<br>
Use 't' to cycle robot focus<br>
Use 'd' to toggle debug display<br>