소스 검색

Moved the look/stat buttons to the top left.

tags/v1.0.0
Fen Dweller 6 년 전
부모
커밋
d2c1c80254
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. +5
    -6
      stroll.html

+ 5
- 6
stroll.html 파일 보기

@@ -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">


불러오는 중...
취소
저장