Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashibashi committed Jun 26, 2023
1 parent 25c8fa3 commit 1a8e66b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,10 @@ <h2>Congratulations</h2>
<button id="highscore-submit" class="soft-square btn">Submit</button>
</aside>

<!-- High Score Board -->
<aside id="highscore-board" class="center-overlay">
<!-- High score board, shows after player loses -->
<aside id="gameover-overlay" class="center-overlay">
<h2>High Scores</h2>
<div id="highscore-text"></div>
</aside>

<!-- Game Over text if player did not make high score -->
<aside id="gameover-overlay" class="center-overlay">
<h2>Game Over</h2>
<button id="try-again-btn" class="soft-square btn">Try Again?</button>
</aside>

Expand Down
Loading

0 comments on commit 1a8e66b

Please sign in to comment.