显示优化
This commit is contained in:
parent
2652b6e071
commit
4cfa92280b
@ -1270,7 +1270,6 @@ ui.prototype._drawTextContent_drawChar = function (tempCtx, content, config, ch)
|
|||||||
// 输出
|
// 输出
|
||||||
var left = config.offsetX, top = config.offsetY + config.topMargin;
|
var left = config.offsetX, top = config.offsetY + config.topMargin;
|
||||||
core.fillText(tempCtx, ch, left, top);
|
core.fillText(tempCtx, ch, left, top);
|
||||||
tempCtx.strokeText(ch, left, top);
|
|
||||||
config.blocks.push({
|
config.blocks.push({
|
||||||
left: config.offsetX, top: config.offsetY,
|
left: config.offsetX, top: config.offsetY,
|
||||||
width: charwidth, height: config.currfont + config.lineMargin,
|
width: charwidth, height: config.currfont + config.lineMargin,
|
||||||
|
@ -3107,7 +3107,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
break;
|
break;
|
||||||
case "matk":
|
case "matk":
|
||||||
case "mhp":
|
case "mhp":
|
||||||
text = `${Math.floor(core.getRealStatus("spell")* core.getRealStatus(item)/100)}(${text})%`;
|
text = `${Math.floor(core.getRealStatus("spell")* core.getRealStatus(item)/100)}(${text}%)`;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
core.fillBoldText1(
|
core.fillBoldText1(
|
||||||
|
Loading…
Reference in New Issue
Block a user