diff --git a/game/game.js b/game/game.js index 8b3c17186..781052be9 100755 --- a/game/game.js +++ b/game/game.js @@ -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:'游戏模式', diff --git a/game/update.js b/game/update.js index c4d501456..7a9a8582d 100644 --- a/game/update.js +++ b/game/update.js @@ -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':[]