Skip to content

Commit

Permalink
Fixed minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel02 committed Nov 28, 2012
1 parent 30fe507 commit d6f243a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<p id="level">Level <span class="levelNumber">1</span></p>
</div>

<div id="menu" style="display:none">
<div id="menu">
<div class="options">
<h2 class="title">Options</h2>
<button id="continueBtn" class="btn">Continue Game</button>
Expand Down Expand Up @@ -53,7 +53,7 @@ <h2>Highscore</h2>
</table>
</div>
</div>
<div id="menuOverlay" style="display:none"></div>
<div id="menuOverlay"></div>
<h1 id="logo">zoko</h1>
<div id="btn-group">
<a id="menuBtn" class="icon-btn icon-home" title="Show Menu"></a>
Expand Down
1 change: 0 additions & 1 deletion src/UI.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class UI
if game? and not instance.menuShown
game.restartLevel()
instance.resetStepsCount()
return false
return true


Expand Down

0 comments on commit d6f243a

Please sign in to comment.