mirror of
https://github.com/ysoftdevs/pf2016.git
synced 2026-03-25 10:32:38 +01:00
correction of button dimensions for different font
This commit is contained in:
@@ -344,7 +344,7 @@ state.displayCongratulation = function() {
|
|||||||
var messageWidth = 100;
|
var messageWidth = 100;
|
||||||
if (this.game.levelIndex == 12) {
|
if (this.game.levelIndex == 12) {
|
||||||
message = "PF 2016";
|
message = "PF 2016";
|
||||||
messageWidth = 124;
|
messageWidth = 134;
|
||||||
}
|
}
|
||||||
|
|
||||||
var messageBox = new Kiwi.Plugins.Primitives.Rectangle( {
|
var messageBox = new Kiwi.Plugins.Primitives.Rectangle( {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ infoState.create = function() {
|
|||||||
y: 72,
|
y: 72,
|
||||||
alpha: 0.5,
|
alpha: 0.5,
|
||||||
state: this,
|
state: this,
|
||||||
width: 460,
|
width: 470,
|
||||||
height: 300,
|
height: 300,
|
||||||
color: '189608',
|
color: '189608',
|
||||||
strokeColor: 'fbd712',
|
strokeColor: 'fbd712',
|
||||||
|
|||||||
Reference in New Issue
Block a user