From 1c2110827c05e1c29bd08fd708e16b70d1d80db8 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Fri, 29 May 2020 08:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AD=98=E8=AF=BB=E6=A1=A3?= =?UTF-8?q?=E6=97=8B=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui.js b/libs/ui.js index 7673d3fe..0f940565 100644 --- a/libs/ui.js +++ b/libs/ui.js @@ -2716,7 +2716,7 @@ ui.prototype._drawSLPanel_drawRecord = function(title, data, x, y, size, cho, hi ctx: 'ui', x: x-size/2, y: y+15, size: size, centerX: data.hero.loc.x, centerY: data.hero.loc.y }); if (core.isPlaying() && core.getFlag("hard") != data.hero.flags.hard) { - core.fillRect('ui', x-size/2, y+15, size, size, [0, 0, 0, 0.4], 2); + core.fillRect('ui', x-size/2, y+15, size, size, [0, 0, 0, 0.4]); core.fillText('ui', data.hard, x, parseInt(y+22+size/2), data.hero.flags.__hardColor__ || 'red', this._buildFont(30,true)); } var v = core.formatBigNumber(data.hero.hp,true)+"/"+core.formatBigNumber(data.hero.atk,true)+"/"+core.formatBigNumber(data.hero.def,true);