Explorar el Código

Moved the look/stat buttons to the top left.

tags/v1.0.0
Fen Dweller hace 6 años
padre
commit
d2c1c80254
Se han modificado 1 ficheros con 5 adiciones y 6 borrados
  1. +5
    -6
      stroll.html

+ 5
- 6
stroll.html Ver fichero

@@ -26,7 +26,11 @@
<div class="game-area">
<div class="sidebar" id="stat-container">
<div class="stat-header-self" id="stats-self">
<p>Stats</p>

<div class="stat-container">
<button class="stat-button" id="button-look">Look Around</button>
<button class="stat-button" id="button-stats">Stats</button>
</div>
<div class="stat-line" id="height"></div>
<div class="stat-line" id="mass"></div>
<div class="stat-line" id="growth-points"></div>
@@ -184,11 +188,6 @@
<button class="growth-amount" id="button-growth-100">100x</button>
</div>
</div>

<div class="stat-container">
<button class="stat-button" id="button-look">Look Around</button>
<button class="stat-button" id="button-stats">Stats</button>
</div>
</div>
<div id="log-area">
<div id="log">


Cargando…
Cancelar
Guardar