From 2daaaf7a829ba1901a62687b9167b73b0f90918c Mon Sep 17 00:00:00 2001 From: lengstrom Date: Tue, 26 Aug 2014 14:33:16 -0400 Subject: [PATCH] added get-ad-free mesage for ios/android --- js_v8/view.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js_v8/view.js b/js_v8/view.js index 8de8170..6e22026 100644 --- a/js_v8/view.js +++ b/js_v8/view.js @@ -98,10 +98,9 @@ function toggleClass(element, active) { function showText(text) { var messages = { 'paused': "
Paused

Press p to resume
", - 'pausedMobile': "
Paused

Press to resume
", + 'pausedMobile': "
Paused

Press to resume
Don't like ads? Want to support the developer? Tap for the ad-free version.
", 'start': "
Press enter to start
", 'gameover': "
Game Over: " + score + " pts

High Scores:
" - }; if (text == 'paused') { @@ -199,7 +198,6 @@ function pause(o) { setTimeout(function() { gameState = prevGameState; }, 200) - } else if (gameState != -2 && gameState !== 0 && gameState !== 2) { $('#restartBtn').fadeIn(150, "linear"); $('.helpText').fadeIn(200, 'linear');