This commit is contained in:
libccy 2017-03-02 12:10:18 +08:00
parent 32ba4c5d3c
commit dded21b7ad
11 changed files with 25 additions and 19 deletions

14
character/gwent.js Normal file
View File

@ -0,0 +1,14 @@
character.gwent={
character:{
},
characterIntro:{
},
skill:{
},
translate:{
}
}

View File

@ -637,12 +637,14 @@ window.noname_asset_list=[
'image/character/swd_jiuyou.jpg',
'image/character/swd_kama.jpg',
'image/character/swd_kangnalishi.jpg',
'image/character/swd_kendi.jpg',
'image/character/swd_lanmoshen.jpg',
'image/character/swd_lanyin.jpg',
'image/character/swd_lilian.jpg',
'image/character/swd_linyue.jpg',
'image/character/swd_luchengxuan.jpg',
'image/character/swd_maixing.jpg',
'image/character/swd_miles.jpg',
'image/character/swd_moye.jpg',
'image/character/swd_murongshi.jpg',
'image/character/swd_muyue.jpg',

View File

@ -29,7 +29,7 @@ window.config={
sgscharacters:['standard','shenhua','refresh','yijiang','sp','extra','old'],
sgscards:['standard','extra','sp','guozhan'],
sgsmodes:['identity','guozhan','versus','brawl','connect'],
stockmode:['identity','guozhan','versus','boss','chess','stone','connect','brawl','tafang','hearthstone'],
stockmode:['identity','guozhan','versus','boss','chess','stone','connect','brawl','tafang'],
stockextension:['boss','cardpile','character','coin','soldier','weather','wuxing','hs_mod'],
layout:['default','newlayout'],
theme:['woodden','music','simple'],

View File

@ -4563,10 +4563,6 @@
delete card.pack;
delete play.pack;
delete mode.pack;
delete character.hearthpack;
delete card.hearthpack;
delete play.hearthpack;
delete mode.hearthpack;
delete window.background;
delete window.music;
delete window.font;
@ -5944,6 +5940,7 @@
}
if(!lib.character[name]){
target.node.avatar.setBackground(name,'character');
target.node.avatar.show();
}
else{
target.init(name);

View File

@ -13,9 +13,7 @@ character.pack={
swd:'轩辕剑',
gujian:'古剑奇谭',
xianjian:'仙剑',
};
character.hearthpack={
classic:'经典',
gwent:'昆特牌',
};
card.pack={
standard:'标准',
@ -28,11 +26,6 @@ card.pack={
gujian:'古剑奇谭',
hearth:'炉石传说',
};
card.hearthpack={
basic:'基本',
classic:'经典',
naxx:'纳克萨玛斯',
};
play.pack={
boss:'剑阁挑战',
cardpile:'牌堆补充',
@ -42,9 +35,6 @@ play.pack={
weather:'天气变化',
coin:'富甲天下',
};
play.hearthpack={
hsmod:'规则调整'
};
mode.pack={
identity:'身份',
guozhan:'国战',

View File

@ -11,6 +11,7 @@ window.noname_source_list=[
'character/diy.js',
'character/extra.js',
'character/gujian.js',
'character/gwent.js',
'character/hearth.js',
'character/old.js',
'character/ow.js',

View File

@ -1,13 +1,15 @@
window.noname_update={
version:'1.9.10.3',
version:'1.9.10.3beta',
update:'1.9.10.2',
changeLog:[
'bug修复',
],
files:[
'game/game.js',
// 'game/config.js',
// 'game/asset.js',
'game/package.js',
'game/config.js',
'game/source.js',
'game/asset.js',
'card/guozhan.js',
'character/*',
// 'character/*',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB