音频剧情重置!
This commit is contained in:
parent
2f2baa42d4
commit
63de0f7785
@ -1138,7 +1138,7 @@ return code;
|
||||
|
||||
cgtext_s
|
||||
: '背景' EvalString? '回忆滤镜' Bool? '移除对话框' Bool? '剧情库序列' Int '头像' EvalString?'坐标PX' Number'打字间隔' Int? BGNL? Newline
|
||||
'自动等待时长' Int '音频文件(需在全塔属性——使用音效注册)'EvalString? BGNL? Newline
|
||||
'自动等待时长' Int BGNL? Newline
|
||||
textcgDrawingList+? Newline
|
||||
|
||||
|
||||
@ -1146,11 +1146,10 @@ cgtext_s
|
||||
tooltip : cgtext:显示一段包含cg的文字(剧情)
|
||||
helpUrl : /_docs/#/instruction
|
||||
allImages : ['EvalString_0','EvalString_1']
|
||||
allSounds : ['EvalString_2']
|
||||
default : ["bg_5043.webp",false,false,0,"face_050445.webp",-300,0,2000,"","这句话显示在对话框内",[{ "name":"tati_050145a.webp" , "px": 100,"filter":false }]]
|
||||
var head ='{ "name": "'+EvalString_1+'", "px": '+Number_0+' }'
|
||||
var list=',"bodyList": [\n'+textcgDrawingList_0.slice(0,-1)+'\n]'
|
||||
var code = '{"type": "cgtext", "bg":"'+EvalString_0+'","memory":'+Bool_0+',"WindowSkin":'+Bool_1+',"head":'+head+' ,"index":"'+Int_0+'","time":'+Int_1+',"wait":'+Int_2+',"sound":"'+EvalString_2+'"'+list+' },\n';
|
||||
var code = '{"type": "cgtext", "bg":"'+EvalString_0+'","memory":'+Bool_0+',"WindowSkin":'+Bool_1+',"head":'+head+' ,"index":"'+Int_0+'","time":'+Int_1+',"wait":'+Int_2+list+' },\n';
|
||||
return code;
|
||||
*/;
|
||||
textcgDrawingList
|
||||
|
@ -574,7 +574,6 @@ MotaActionParser = function () {
|
||||
data.head.px || -300,
|
||||
data.time,
|
||||
data.wait,
|
||||
data.sound,
|
||||
buildcgDrawing(data.bodyList),
|
||||
this.next,
|
||||
]);
|
||||
|
@ -451,6 +451,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"other_0003.webp",
|
||||
"other_0004.webp",
|
||||
"r.webp",
|
||||
"sound.webp",
|
||||
"status.webp",
|
||||
"suiji.webp",
|
||||
"tati_020101.webp",
|
||||
@ -1140,7 +1141,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"steps": 0,
|
||||
"matk": 0,
|
||||
"spell": 0,
|
||||
"spelldef": 0
|
||||
"spelldef": 0,
|
||||
"mhp": 0
|
||||
},
|
||||
"startCanvas": [
|
||||
{
|
||||
|
File diff suppressed because it is too large
Load Diff
BIN
project/images/sound.webp
Normal file
BIN
project/images/sound.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
8734
project/plugins.js
8734
project/plugins.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user