mirror of
https://github.com/ysoftdevs/pf2016.git
synced 2026-01-15 00:04:01 +01:00
correct too small button
This commit is contained in:
@@ -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( {
|
||||
|
||||
Reference in New Issue
Block a user