微调关于界面的ui

This commit is contained in:
MrZ626
2021-09-26 01:05:32 +08:00
parent b2143557bd
commit 535a590ffd
2 changed files with 2 additions and 1 deletions

View File

@@ -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()

View File

@@ -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