更改事件颜色

This commit is contained in:
草莓 2025-01-23 22:27:02 +08:00
parent 38979d5040
commit e7413191f9

View File

@ -2640,7 +2640,7 @@ tooltip : setcgscg回廊中的cg获取
helpUrl : /_docs/#/instruction
default : [""]
allImages : ['EvalString_0']
colour : this.imageColor
colour : this.soundColor
EvalString_0 = EvalString_0 ? (', "img": "'+EvalString_0+'"') : '';
var code = '{"type": "setcgs"'+EvalString_0+'},\n';
return code;
@ -2668,7 +2668,7 @@ scaleImage_s
tooltip : scaleImage图片放缩
helpUrl : /_docs/#/instruction
default : [1,'','','',0.8,0,false]
colour : this.soundColor
colour : this.imageColor
if (Number_0 <= 0) throw new Error('放缩比例需要大于0');
var loc = '';
if (PosString_0 && PosString_1)