diff --git a/game/game.js b/game/game.js index 14c6518f6..7b03c87aa 100644 --- a/game/game.js +++ b/game/game.js @@ -516,20 +516,6 @@ } } }, - layouths:{ - name:'布局', - init:'mobile', - game:'hs', - item:{ - mobile:'默认', - phone:'移动' - }, - onclick:function(layout){ - game.saveConfig('layouths',layout); - lib.config.layout=layout; - lib.init.layout(layout,true); - } - }, textequip:{ name:'装备显示', init:'image', @@ -2014,32 +2000,6 @@ } }, }, - hsmod:{ - game:'hs', - enable:{ - name:'开启', - init:false, - restart:true, - onclick:function(bool){ - if(bool){ - lib.config.plays.add('hsmod'); - } - else{ - lib.config.plays.remove('hsmod'); - } - game.saveConfig('plays',lib.config.plays); - } - }, - hide:{ - name:'隐藏此扩展', - clear:true, - onclick:function(){ - this.innerHTML='此扩展将在重启后隐藏'; - lib.config.hiddenPlayPack.add('hsmod'); - game.saveConfig('hiddenPlayPack',lib.config.hiddenPlayPack); - } - }, - }, }, mode:{ identity:{ @@ -3783,13 +3743,6 @@ if(window.isNonameServer){ lib.config.mode='connect'; - } - if(lib.config.game=='hs'){ - character.pack=character.hearthpack; - card.pack=card.hearthpack; - play.pack=play.hearthpack; - mode.pack=[]; - lib.config.mode='hearthstone'; } for(i in character.pack){ if(lib.config.hiddenCharacterPack.indexOf(i)==-1){ @@ -3820,7 +3773,7 @@ } } } - if(lib.config.all.mode.length==0&&lib.config.game=='sgs'){ + if(lib.config.all.mode.length==0){ lib.config.all.mode.push('identity'); lib.translate.identity='身份'; if(!lib.config.gameRecord.identity){ @@ -3940,10 +3893,6 @@ toLoad++; lib.init.js(lib.assetURL+'mode',lib.config.mode,packLoaded,packLoaded); } - else if(lib.config.game=='hs'){ - toLoad++; - lib.init.js(lib.assetURL+'mode','hearthstone',packLoaded,packLoaded); - } else if((localStorage.getItem(lib.configprefix+'directstart')||!lib.config.show_splash)&& lib.config.all.mode.indexOf(lib.config.mode)!=-1){ toLoad++; @@ -3983,11 +3932,7 @@ ui.css={}; lib.init.css(lib.assetURL+'layout/default','menu'); var layout=lib.config.layout; - if(lib.config.game=='hs'){ - layout=lib.config.layouths; - lib.config.layout=layout; - } - else if(lib.config.layoutfixed.indexOf(lib.config.mode)!==-1){ + if(lib.config.layoutfixed.indexOf(lib.config.mode)!==-1){ if(layout=='default'){ layout='mobile'; } @@ -5073,15 +5018,6 @@ } target.$equip(cards[i]); } - }, - m:function(){ - if(lib.config.game!='sgs'){ - game.saveConfig('game','sgs'); - } - else{ - game.saveConfig('game','hs'); - } - game.reload(); }, c:function(){ (function(){ @@ -9011,7 +8947,7 @@ if(this.classList.contains('minskin')&&this.node.name.querySelectorAll('br').length>=4){ this.node.name.classList.add('long'); } - if(!lib.config.show_name||lib.config.game=='hs'){ + if(!lib.config.show_name){ this.node.name.style.display='none'; } // for(var i=0;i