This commit is contained in:
libccy 2017-04-03 00:50:04 +08:00
parent 540105f182
commit 63a5a3d315
5 changed files with 5 additions and 3 deletions

View File

@ -572,7 +572,8 @@ card.sp={
},
content:function(){
'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.noButton=true;
'step 1'

View File

@ -1,12 +1,12 @@
window.noname_asset_list=[
'1.9.20',
'image/background/huangtian_bg.jpg',
'image/background/ol_bg.jpg',
'image/background/september_bg.jpg',
'image/background/shengshi_bg.jpg',
'image/background/taoyuan_bg.jpg',
'image/background/yinxiang_bg.jpg',
'image/background/zhanhuo_bg.jpg',
'image/background/zhulian_bg.jpg',
'image/background/zhulin_bg.jpg',
'image/card/bagua.png',
'image/card/baihupifeng.png',

View File

@ -740,6 +740,7 @@
item[link]=name;
game.putDB('image',link,file,function(){
create(link);
node.parentNode.updateBr();
lib.config.customBackgroundPack.add(link);
game.saveConfig('customBackgroundPack',lib.config.customBackgroundPack);
});

View File

@ -44,7 +44,7 @@ mode.pack={
brawl:'乱斗',
};
background.pack={
zhulian_bg:'璧合',
ol_bg:'龙纹',
zhulin_bg:'竹林',
shengshi_bg:'盛世',
taoyuan_bg:'桃园',

BIN
image/background/ol_bg.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB