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