Merge branch 'gh-pages' of https://github.com/teamsnowman/hextris into gh-pages
This commit is contained in:
commit
277d785ada
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ function showbottombar() {
|
|||
setTimeout(showbottombar, 1000);
|
||||
} else {
|
||||
window.iframeHasLoaded = true;
|
||||
if (!(gameState == 1 || gameState == 2)) {
|
||||
if (gameState != 1) {
|
||||
$('#bottombar').fadeIn(150, 'linear');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -166,6 +166,7 @@ function gameOverDisplay(){
|
|||
var c = document.getElementById("canvas");
|
||||
c.className = "blur";
|
||||
showText('gameover');
|
||||
showbottombar();
|
||||
}
|
||||
|
||||
function togglePlayIcon (){
|
||||
|
|
Loading…
Reference in a new issue