Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xan105 committed May 26, 2016
1 parent eb5f38c commit ad804d6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.nw/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ var volumeBGM = 0.3;
if (localStorage.menuButton3Display == "false") { $('#button1').parent().detach() }
if (localStorage.menuButton4Display == "false") { $('#button3').parent().detach() }
if (localStorage.menuButton5Display == "false") { $('#button4').parent().detach() }



//win.enterKioskMode(); //fullscreen


if(!!navigator.getGamepads){

Expand All @@ -84,7 +79,7 @@ var volumeBGM = 0.3;

function GetResolutionList(){

var n = 50;
var n = 1000;

var width = ref.types.int
var height = ref.types.int
Expand Down Expand Up @@ -362,4 +357,4 @@ function configure_button(){

}

}
}

0 comments on commit ad804d6

Please # to comment.