This commit is contained in:
parent
b9a1272f2f
commit
cc8133dab9
|
@ -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:'游戏模式',
|
||||
|
|
|
@ -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':[]
|
||||
|
|
Loading…
Reference in New Issue