This commit is contained in:
libccy 2016-06-04 10:27:56 +08:00
parent b9a1272f2f
commit cc8133dab9
2 changed files with 10 additions and 1 deletions

View File

@ -2244,6 +2244,12 @@
else{
map.connect_replace_handcard.hide();
}
if(config.connect_versus_mode=='4v4'){
map.connect_four_cross.show();
}
else{
map.connect_four_cross.hide();
}
},
connect_versus_mode:{
name:'游戏模式',

View File

@ -6,12 +6,15 @@ window.noname_update={
],
files:{
global:[
'game/game.js',
'character/swd.js',
'character/hearth.js',
'card/standard.js',
'card/mingzhong.js',
'mode/versus.js',
'layout/default/menu.css',
'layout/mobile/equip.css',
'theme/woodden/style.css',
'game/game.js',
],
'1.8.12.1':[],
'1.8.13':[]