mirror of
https://github.com/ysoftdevs/pf2016.git
synced 2026-03-25 10:32:38 +01:00
correct too small button
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 = 134;
|
messageWidth = 144;
|
||||||
}
|
}
|
||||||
|
|
||||||
var messageBox = new Kiwi.Plugins.Primitives.Rectangle( {
|
var messageBox = new Kiwi.Plugins.Primitives.Rectangle( {
|
||||||
|
|||||||
Reference in New Issue
Block a user