This commit is contained in:
parent
540105f182
commit
63a5a3d315
|
@ -572,7 +572,8 @@ card.sp={
|
||||||
},
|
},
|
||||||
content:function(){
|
content:function(){
|
||||||
'step 0'
|
'step 0'
|
||||||
var next=player.chooseToUse(get.prompt('yinyueqiang'),{name:'sha'}).aidelay=true;
|
var next=player.chooseToUse(get.prompt('yinyueqiang'),{name:'sha'});
|
||||||
|
next.aidelay=true;
|
||||||
next.logSkill='yinyueqiang';
|
next.logSkill='yinyueqiang';
|
||||||
next.noButton=true;
|
next.noButton=true;
|
||||||
'step 1'
|
'step 1'
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
window.noname_asset_list=[
|
window.noname_asset_list=[
|
||||||
'1.9.20',
|
'1.9.20',
|
||||||
'image/background/huangtian_bg.jpg',
|
'image/background/huangtian_bg.jpg',
|
||||||
|
'image/background/ol_bg.jpg',
|
||||||
'image/background/september_bg.jpg',
|
'image/background/september_bg.jpg',
|
||||||
'image/background/shengshi_bg.jpg',
|
'image/background/shengshi_bg.jpg',
|
||||||
'image/background/taoyuan_bg.jpg',
|
'image/background/taoyuan_bg.jpg',
|
||||||
'image/background/yinxiang_bg.jpg',
|
'image/background/yinxiang_bg.jpg',
|
||||||
'image/background/zhanhuo_bg.jpg',
|
'image/background/zhanhuo_bg.jpg',
|
||||||
'image/background/zhulian_bg.jpg',
|
|
||||||
'image/background/zhulin_bg.jpg',
|
'image/background/zhulin_bg.jpg',
|
||||||
'image/card/bagua.png',
|
'image/card/bagua.png',
|
||||||
'image/card/baihupifeng.png',
|
'image/card/baihupifeng.png',
|
||||||
|
|
|
@ -740,6 +740,7 @@
|
||||||
item[link]=name;
|
item[link]=name;
|
||||||
game.putDB('image',link,file,function(){
|
game.putDB('image',link,file,function(){
|
||||||
create(link);
|
create(link);
|
||||||
|
node.parentNode.updateBr();
|
||||||
lib.config.customBackgroundPack.add(link);
|
lib.config.customBackgroundPack.add(link);
|
||||||
game.saveConfig('customBackgroundPack',lib.config.customBackgroundPack);
|
game.saveConfig('customBackgroundPack',lib.config.customBackgroundPack);
|
||||||
});
|
});
|
||||||
|
|
|
@ -44,7 +44,7 @@ mode.pack={
|
||||||
brawl:'乱斗',
|
brawl:'乱斗',
|
||||||
};
|
};
|
||||||
background.pack={
|
background.pack={
|
||||||
zhulian_bg:'璧合',
|
ol_bg:'龙纹',
|
||||||
zhulin_bg:'竹林',
|
zhulin_bg:'竹林',
|
||||||
shengshi_bg:'盛世',
|
shengshi_bg:'盛世',
|
||||||
taoyuan_bg:'桃园',
|
taoyuan_bg:'桃园',
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
Loading…
Reference in New Issue