From 535a590ffd8364343e7a427f26960a50f5ae4299 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 26 Sep 2021 01:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=85=B3=E4=BA=8E=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E7=9A=84ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/about.lua | 2 +- parts/scenes/stat.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/parts/scenes/about.lua b/parts/scenes/about.lua index f26d553e..7b510c0d 100644 --- a/parts/scenes/about.lua +++ b/parts/scenes/about.lua @@ -22,7 +22,7 @@ function scene.draw() --Lib used setFont(15) - gc.print(text.used,50,340) + gc.print(text.used,50,325) --Logo local t=TIME() diff --git a/parts/scenes/stat.lua b/parts/scenes/stat.lua index 60f62504..c02eb386 100644 --- a/parts/scenes/stat.lua +++ b/parts/scenes/stat.lua @@ -12,6 +12,7 @@ local form--Form of clear & spins local item--Detail datas function scene.sceneInit() + BG.set() local S=STAT local X1,X2,Y1,Y2={0,0,0,0},{0,0,0,0},{},{} for i=1,7 do