Merge remote-tracking branch 'origin/master' into gh-pages
This commit is contained in:
commit
f2a7359af7
|
@ -174,6 +174,7 @@
|
|||
|
||||
li.mine.revealed {
|
||||
background-color: #d23000;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
li.mines1 {
|
||||
|
@ -552,6 +553,7 @@
|
|||
|
||||
if ($(this).isMine()) {
|
||||
$(this).addClass("revealed");
|
||||
$(this).html("☠"); //skull & crossbones
|
||||
|
||||
//game over, or lose a life, or whatever
|
||||
//...
|
||||
|
@ -674,6 +676,7 @@
|
|||
</div>
|
||||
<div id="gameOver">
|
||||
<h1>game over</h1>
|
||||
<!-- credits go here -->
|
||||
<button>reset</button>
|
||||
</div>
|
||||
<div id="setup">
|
||||
|
|
Loading…
Reference in New Issue