Skip to content

Commit

Permalink
konodioda
Browse files Browse the repository at this point in the history
  • Loading branch information
SuCicada committed Apr 16, 2020
1 parent 2fe9bde commit e82d870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/APG/APG-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ var bootstrap = {
init: function () {

if (!(globalConfig.ScaleMode == "EXACT_FIT")) {
// game.scale.pageAlignHorizontally = true;
// game.scale.pageAlignVertically = true;
game.scale.pageAlignHorizontally = true;
game.scale.pageAlignVertically = true;
}
// game.scale.scaleMode = Phaser.ScaleManager[globalConfig.ScaleMode];
game.scale.scaleMode = Phaser.ScaleManager[globalConfig.ScaleMode];
game.scale.refresh();

// someinit();
Expand Down

0 comments on commit e82d870

Please sign in to comment.