correction of button dimensions for different font

This commit is contained in:
Juraj Michalek
2015-12-30 17:17:47 +01:00
parent 7f4c12fb7d
commit 9a1b5d35ee
2 changed files with 2 additions and 2 deletions

View File

@@ -344,7 +344,7 @@ state.displayCongratulation = function() {
var messageWidth = 100;
if (this.game.levelIndex == 12) {
message = "PF 2016";
messageWidth = 124;
messageWidth = 134;
}
var messageBox = new Kiwi.Plugins.Primitives.Rectangle( {

View File

@@ -6,7 +6,7 @@ infoState.create = function() {
y: 72,
alpha: 0.5,
state: this,
width: 460,
width: 470,
height: 300,
color: '189608',
strokeColor: 'fbd712',