v1.9.93.3.2
This commit is contained in:
parent
2f06896429
commit
23bac9acd6
|
@ -2238,6 +2238,7 @@ window.noname_asset_list=[
|
|||
'image/character/key_yuri.jpg',
|
||||
'image/character/key_kyousuke.jpg',
|
||||
'image/character/key_lucia.jpg',
|
||||
'image/character/re_yujin.jpg',
|
||||
|
||||
'image/character/baiwuchang.jpg',
|
||||
'image/character/baosanniang.jpg',
|
||||
|
|
12
game/game.js
12
game/game.js
|
@ -15378,7 +15378,17 @@
|
|||
for(var i=1;i<6;i++){
|
||||
if(this.isDisabled(i)) this.$enableEquip('equip'+i);
|
||||
}
|
||||
|
||||
if(this.storage._disableJudge){
|
||||
game.broadcastAll(function(player){
|
||||
player.storage._disableJudge=false;
|
||||
for(var i=0;i<player.node.judges.childNodes.length;i++){
|
||||
if(player.node.judges.childNodes[i].name=='disable_judge'){
|
||||
player.node.judges.removeChild(player.node.judges.childNodes[i]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
},this);
|
||||
}
|
||||
this.node.avatar.hide();
|
||||
this.node.count.hide();
|
||||
if(this.node.wuxing){
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
window.noname_update={
|
||||
version:'1.9.93.3.1',
|
||||
update:'1.9.93.3',
|
||||
version:'1.9.93.3.2',
|
||||
update:'1.9.93.3.1',
|
||||
changeLog:[
|
||||
'BUG修复',
|
||||
],
|
||||
files:[
|
||||
//'card/extra.js',
|
||||
'card/extra.js',
|
||||
//'card/sp.js',
|
||||
//'card/standard.js',
|
||||
//'card/swd.js',
|
||||
//'card/guozhan.js',
|
||||
//'character/diy.js',
|
||||
//'character/extra.js',
|
||||
//'character/mobile.js',
|
||||
'character/mobile.js',
|
||||
//'character/old.js',
|
||||
//'character/refresh.js',
|
||||
'character/shenhua.js',
|
||||
//'character/shenhua.js',
|
||||
'character/sp.js',
|
||||
//'character/tw.js',
|
||||
//'character/standard.js',
|
||||
|
|
Loading…
Reference in New Issue