Move player data to bottom of frame
This commit is contained in:
parent
6f46dd3783
commit
c6befdf2f9
@ -51,11 +51,11 @@
|
|||||||
|
|
||||||
<div class="tab-pane" id="arena">
|
<div class="tab-pane" id="arena">
|
||||||
<p>
|
<p>
|
||||||
<div>
|
|
||||||
<pre id="players"></pre>
|
|
||||||
</div>
|
|
||||||
<div id="bf" class="center">
|
<div id="bf" class="center">
|
||||||
<canvas id="battlefield" width="1000px" height="800px"></canvas>
|
<canvas id="battlefield" width="1000px" height="800px"></canvas>
|
||||||
|
<div>
|
||||||
|
<pre id="players"></pre>
|
||||||
|
</div>
|
||||||
Use 'v' to cycle views<br>
|
Use 'v' to cycle views<br>
|
||||||
Use 't' to cycle robot focus<br>
|
Use 't' to cycle robot focus<br>
|
||||||
Use 'd' to toggle debug display<br>
|
Use 'd' to toggle debug display<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user