mirror of
https://github.com/ysoftdevs/pf2016.git
synced 2026-01-16 08:37:14 +01:00
correction of button dimensions for different font
This commit is contained in:
@@ -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( {
|
||||
|
||||
@@ -6,7 +6,7 @@ infoState.create = function() {
|
||||
y: 72,
|
||||
alpha: 0.5,
|
||||
state: this,
|
||||
width: 460,
|
||||
width: 470,
|
||||
height: 300,
|
||||
color: '189608',
|
||||
strokeColor: 'fbd712',
|
||||
|
||||
Reference in New Issue
Block a user