From 358c7caea4fbf04feade4a69c94128fd3c12dd1f Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Wed, 30 Dec 2015 17:18:54 +0100 Subject: [PATCH] correct too small button --- js/app/game-state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/game-state.js b/js/app/game-state.js index 84afbdd..036abf0 100644 --- a/js/app/game-state.js +++ b/js/app/game-state.js @@ -344,7 +344,7 @@ state.displayCongratulation = function() { var messageWidth = 100; if (this.game.levelIndex == 12) { message = "PF 2016"; - messageWidth = 134; + messageWidth = 144; } var messageBox = new Kiwi.Plugins.Primitives.Rectangle( {