Added a fix for fullscreen scaling in firefox.

This commit is contained in:
John
2013-12-05 07:15:50 +00:00
parent b978a2b73b
commit 2e11801f9f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function create() {
// Keep original size
// game.stage.fullScreenScaleMode = Phaser.StageScaleMode.NO_SCALE;
// Maintain aspect ratio
game.stage.fullScreenScaleMode = Phaser.StageScaleMode.NO_SCALE;
game.stage.fullScreenScaleMode = Phaser.StageScaleMode.SHOW_ALL;
game.input.onDown.add(gofull, this);