This commit is contained in:
libccy 2016-03-28 16:03:24 +08:00
parent cb3d9284af
commit 8060fd7150
1 changed files with 9 additions and 1 deletions

View File

@ -2946,6 +2946,14 @@
delete window.music;
delete window.font;
if(!lib.config.totouched&&(lib.device=='ios'||lib.device=='android')){
game.saveConfig('totouched',true);
game.saveConfig('touchscreen',true);
game.saveConfig('low_performance',true);
game.saveConfig('layout','phone');
game.saveConfig('confirm_exit',true);
}
if(lib.config.extensions.length){
window.resetExtension=function(){
for(var i=0;i<lib.config.extensions.length;i++){