From df416e7757421226341876f8b92366acd70ac779 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 1 Nov 2020 14:27:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0mStr=E7=BB=98=E5=88=B6?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E9=99=90=E5=88=B6=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/toolfunc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/toolfunc.lua b/Zframework/toolfunc.lua index 36531272..4d9962ae 100644 --- a/Zframework/toolfunc.lua +++ b/Zframework/toolfunc.lua @@ -581,7 +581,7 @@ function toTime(s) end end function mStr(s,x,y) - gc.printf(s,x-450,y,900,"center") + gc.printf(s,x-626,y,1252,"center") end function mText(s,x,y) gc.draw(s,x-s:getWidth()*.5,y)