share buttons share at game over

This commit is contained in:
Garrett Finucane 2014-07-22 21:53:51 -04:00
parent e6630498b4
commit ed7d8e6b85
2 changed files with 2 additions and 1 deletions

View file

@ -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');
}
}

View file

@ -187,6 +187,7 @@ function gameOverDisplay(){
var c = document.getElementById("canvas");
c.className = "blur";
showText('gameover');
showbottombar();
}
function togglePlayIcon (){