微调关于界面ui,整理代码

This commit is contained in:
MrZ626
2021-05-05 10:40:56 +08:00
parent c0d97939fa
commit 9a99f5d851
6 changed files with 15 additions and 7 deletions

View File

@@ -202,6 +202,7 @@ return{
Beepbox
GFIE
Goldwave
FL Mobile
Libs used:
Cold_Clear [MinusKelvin]
json.lua [rxi]

View File

@@ -179,6 +179,7 @@ return{
Beepbox
GFIE
Goldwave
FL Mobile
Libs utilisées:
Cold_Clear [MinusKelvin]
json.lua [rxi]

View File

@@ -203,6 +203,7 @@ return{
Beepbox
GFIE
Goldwave
FL Mobile
Libs used:
Cold_Clear [MinusKelvin]
json.lua [rxi]

View File

@@ -180,6 +180,7 @@ return{
Beepbox
GFIE
Goldwave
FL Mobile
Librerías usadas:
Cold_Clear [MinusKelvin]
json.lua [rxi]

View File

@@ -202,6 +202,7 @@ return{
Beepbox
GFIE
Goldwave
FL Mobile
使用库:
Cold_Clear [MinusKelvin]
json.lua [rxi]
@@ -917,6 +918,7 @@ return{
"手机玩也可以外接键盘哦",
"术语不认识?去帮助-词典里查查吧",
"水平是随着时间一点点提升的,不是几天几星期就能玩好的哦",
"睡眠不足会引起不可逆的脑损伤(变傻)",
"四连块总共7种",
"虽然极简连击和极简率计算看着很怪,但以后你会发现还挺科学!",
"提前旋转等功能可以用来救命",

View File

@@ -9,28 +9,30 @@ function scene.sceneInit()
end
function scene.draw()
--Draw all texts
--Texts
setFont(20)
gc.setColor(1,1,1)
for i=1,#text.help do
gc.printf(text.help[i],150,35*i+40,1000,'center')
end
--Group
setFont(20)
mStr(text.group,640,480)
--Lib used
setFont(15)
gc.print(text.used,30,330)
gc.print(text.used,30,320)
--Logo
local t=TIME()
--Sponsor code
gc.draw(TEXTURE.title,280,610,.1,.4+.03*sin(t*2.6),nil,580,118)
gc.setLineWidth(3)
--QR Code frame
gc.rectangle('line',18,18,263,263)
gc.rectangle('line',1012,18,250,250)
--Group code
setFont(20)
mStr(text.group,640,490)
--Support text
gc.setColor(1,1,1,sin(t*20)*.3+.6)
setFont(30)