From abb98f88aff7bf604020937b003f6d309904f714 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 26 Mar 2021 22:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B7=B7=E6=88=98ui=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=8D=E5=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/techmino49_e.lua | 2 +- parts/modes/techmino49_h.lua | 2 +- parts/modes/techmino49_u.lua | 2 +- parts/modes/techmino99_e.lua | 2 +- parts/modes/techmino99_h.lua | 2 +- parts/modes/techmino99_u.lua | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/parts/modes/techmino49_e.lua b/parts/modes/techmino49_e.lua index fe0feac7..e1083665 100644 --- a/parts/modes/techmino49_e.lua +++ b/parts/modes/techmino49_e.lua @@ -61,7 +61,7 @@ return{ setFont(35) mStr(#PLAYERS.alive.."/49",69,175) mStr(P.modeData.ko,80,215) - gc.draw(drawableText.ko,23,225) + gc.draw(drawableText.ko,60-drawableText.ko:getWidth(),222) setFont(20) gc.setColor(1,.5,0,.6) gc.print(P.badge,103,227) diff --git a/parts/modes/techmino49_h.lua b/parts/modes/techmino49_h.lua index ed0cc7a2..9643673f 100644 --- a/parts/modes/techmino49_h.lua +++ b/parts/modes/techmino49_h.lua @@ -61,7 +61,7 @@ return{ setFont(35) mStr(#PLAYERS.alive.."/49",69,175) mStr(P.modeData.ko,80,215) - gc.draw(drawableText.ko,23,225) + gc.draw(drawableText.ko,60-drawableText.ko:getWidth(),222) setFont(20) gc.setColor(1,.5,0,.6) gc.print(P.badge,103,227) diff --git a/parts/modes/techmino49_u.lua b/parts/modes/techmino49_u.lua index b67bc254..d10655b9 100644 --- a/parts/modes/techmino49_u.lua +++ b/parts/modes/techmino49_u.lua @@ -61,7 +61,7 @@ return{ setFont(35) mStr(#PLAYERS.alive.."/49",69,175) mStr(P.modeData.ko,80,215) - gc.draw(drawableText.ko,23,225) + gc.draw(drawableText.ko,60-drawableText.ko:getWidth(),222) setFont(20) gc.setColor(1,.5,0,.6) gc.print(P.badge,103,227) diff --git a/parts/modes/techmino99_e.lua b/parts/modes/techmino99_e.lua index 8311008b..c35700ac 100644 --- a/parts/modes/techmino99_e.lua +++ b/parts/modes/techmino99_e.lua @@ -61,7 +61,7 @@ return{ setFont(35) mStr(#PLAYERS.alive.."/99",69,175) mStr(P.modeData.ko,80,215) - gc.draw(drawableText.ko,23,225) + gc.draw(drawableText.ko,60-drawableText.ko:getWidth(),222) setFont(20) gc.setColor(1,.5,0,.6) gc.print(P.badge,103,227) diff --git a/parts/modes/techmino99_h.lua b/parts/modes/techmino99_h.lua index 8ef19c4f..713030b3 100644 --- a/parts/modes/techmino99_h.lua +++ b/parts/modes/techmino99_h.lua @@ -61,7 +61,7 @@ return{ setFont(35) mStr(#PLAYERS.alive.."/99",69,175) mStr(P.modeData.ko,80,215) - gc.draw(drawableText.ko,23,225) + gc.draw(drawableText.ko,60-drawableText.ko:getWidth(),222) setFont(20) gc.setColor(1,.5,0,.6) gc.print(P.badge,103,227) diff --git a/parts/modes/techmino99_u.lua b/parts/modes/techmino99_u.lua index 6a47a483..3ca05a56 100644 --- a/parts/modes/techmino99_u.lua +++ b/parts/modes/techmino99_u.lua @@ -61,7 +61,7 @@ return{ setFont(35) mStr(#PLAYERS.alive.."/99",69,175) mStr(P.modeData.ko,80,215) - gc.draw(drawableText.ko,23,225) + gc.draw(drawableText.ko,60-drawableText.ko:getWidth(),222) setFont(20) gc.setColor(1,.5,0,.6) gc.print(P.badge,103,227)