diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b23f49a..57a1922 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,6 +2,7 @@ + @@ -23,48 +24,48 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -143,26 +144,27 @@ + - - - - @@ -172,11 +174,11 @@ - - @@ -190,21 +192,20 @@ - - - - @@ -314,12 +315,13 @@ - + + - @@ -329,19 +331,19 @@ - - + + @@ -355,6 +357,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -375,10 +409,7 @@ - - - - + @@ -394,7 +425,6 @@ - @@ -410,10 +440,7 @@ - - - - + @@ -421,7 +448,6 @@ - @@ -453,10 +479,7 @@ - - - - + @@ -520,7 +543,6 @@ - @@ -536,7 +558,6 @@ - @@ -551,49 +572,45 @@ - - + - - + + - - - - - - + + + - + - - + + - + - - + + - - + + diff --git a/js/states/Boot.js b/js/states/Boot.js index a71ce81..b672958 100644 --- a/js/states/Boot.js +++ b/js/states/Boot.js @@ -8,11 +8,11 @@ AngryCoders.BootState = { init:function(){ //Set the background Color this.game.stage.backgroundColor = WhiteColor; - //Set the scaling options - //this.scale.scaleMode = Phaser.ScaleManager.SHOW_ALL; + + + //Set the scaling options this.scale.scaleMode = Phaser.ScaleManager.SHOW_ALL; -//this.scale.pageAlignHorizontally = true; this.scale.pageAlignVertically = true; this.scale.setScreenSize( true ); this.scale.forceOrientation(true,false);