This commit is contained in:
parent
5b57bb8ecf
commit
1eedaecd2b
|
@ -331,7 +331,7 @@
|
||||||
unfrequent:true,
|
unfrequent:true,
|
||||||
},
|
},
|
||||||
update:function(config,map){
|
update:function(config,map){
|
||||||
if(document.hasOwnProperty('ontouchstart')){
|
if('ontouchstart' in document){
|
||||||
map.touchscreen.show();
|
map.touchscreen.show();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
@ -4408,7 +4408,7 @@
|
||||||
delete window.music;
|
delete window.music;
|
||||||
delete window.font;
|
delete window.font;
|
||||||
|
|
||||||
if(document.hasOwnProperty('ontouchstart')){
|
if('ontouchstart' in document){
|
||||||
if(!lib.config.totouched){
|
if(!lib.config.totouched){
|
||||||
game.saveConfig('totouched',true);
|
game.saveConfig('totouched',true);
|
||||||
game.saveConfig('touchscreen',true);
|
game.saveConfig('touchscreen',true);
|
||||||
|
|
|
@ -3,7 +3,7 @@ window.noname_update={
|
||||||
update:'1.9.8.4',
|
update:'1.9.8.4',
|
||||||
changeLog:[
|
changeLog:[
|
||||||
'bug修复',
|
'bug修复',
|
||||||
'注意:可能有更多bug'
|
'注意:此版本可能bug较多'
|
||||||
],
|
],
|
||||||
files:[
|
files:[
|
||||||
// 'game/game.js',
|
// 'game/game.js',
|
||||||
|
|
Loading…
Reference in New Issue