微调关于界面ui,整理代码
This commit is contained in:
@@ -202,6 +202,7 @@ return{
|
|||||||
Beepbox
|
Beepbox
|
||||||
GFIE
|
GFIE
|
||||||
Goldwave
|
Goldwave
|
||||||
|
FL Mobile
|
||||||
Libs used:
|
Libs used:
|
||||||
Cold_Clear [MinusKelvin]
|
Cold_Clear [MinusKelvin]
|
||||||
json.lua [rxi]
|
json.lua [rxi]
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ return{
|
|||||||
Beepbox
|
Beepbox
|
||||||
GFIE
|
GFIE
|
||||||
Goldwave
|
Goldwave
|
||||||
|
FL Mobile
|
||||||
Libs utilisées:
|
Libs utilisées:
|
||||||
Cold_Clear [MinusKelvin]
|
Cold_Clear [MinusKelvin]
|
||||||
json.lua [rxi]
|
json.lua [rxi]
|
||||||
|
|||||||
@@ -203,6 +203,7 @@ return{
|
|||||||
Beepbox
|
Beepbox
|
||||||
GFIE
|
GFIE
|
||||||
Goldwave
|
Goldwave
|
||||||
|
FL Mobile
|
||||||
Libs used:
|
Libs used:
|
||||||
Cold_Clear [MinusKelvin]
|
Cold_Clear [MinusKelvin]
|
||||||
json.lua [rxi]
|
json.lua [rxi]
|
||||||
|
|||||||
@@ -180,6 +180,7 @@ return{
|
|||||||
Beepbox
|
Beepbox
|
||||||
GFIE
|
GFIE
|
||||||
Goldwave
|
Goldwave
|
||||||
|
FL Mobile
|
||||||
Librerías usadas:
|
Librerías usadas:
|
||||||
Cold_Clear [MinusKelvin]
|
Cold_Clear [MinusKelvin]
|
||||||
json.lua [rxi]
|
json.lua [rxi]
|
||||||
|
|||||||
@@ -202,6 +202,7 @@ return{
|
|||||||
Beepbox
|
Beepbox
|
||||||
GFIE
|
GFIE
|
||||||
Goldwave
|
Goldwave
|
||||||
|
FL Mobile
|
||||||
使用库:
|
使用库:
|
||||||
Cold_Clear [MinusKelvin]
|
Cold_Clear [MinusKelvin]
|
||||||
json.lua [rxi]
|
json.lua [rxi]
|
||||||
@@ -917,6 +918,7 @@ return{
|
|||||||
"手机玩也可以外接键盘哦",
|
"手机玩也可以外接键盘哦",
|
||||||
"术语不认识?去帮助-词典里查查吧",
|
"术语不认识?去帮助-词典里查查吧",
|
||||||
"水平是随着时间一点点提升的,不是几天几星期就能玩好的哦",
|
"水平是随着时间一点点提升的,不是几天几星期就能玩好的哦",
|
||||||
|
"睡眠不足会引起不可逆的脑损伤(变傻)",
|
||||||
"四连块总共7种",
|
"四连块总共7种",
|
||||||
"虽然极简连击和极简率计算看着很怪,但以后你会发现还挺科学!",
|
"虽然极简连击和极简率计算看着很怪,但以后你会发现还挺科学!",
|
||||||
"提前旋转等功能可以用来救命",
|
"提前旋转等功能可以用来救命",
|
||||||
|
|||||||
@@ -9,28 +9,30 @@ function scene.sceneInit()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function scene.draw()
|
function scene.draw()
|
||||||
--Draw all texts
|
--Texts
|
||||||
setFont(20)
|
setFont(20)
|
||||||
gc.setColor(1,1,1)
|
gc.setColor(1,1,1)
|
||||||
for i=1,#text.help do
|
for i=1,#text.help do
|
||||||
gc.printf(text.help[i],150,35*i+40,1000,'center')
|
gc.printf(text.help[i],150,35*i+40,1000,'center')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--Group
|
||||||
|
setFont(20)
|
||||||
|
mStr(text.group,640,480)
|
||||||
|
|
||||||
--Lib used
|
--Lib used
|
||||||
setFont(15)
|
setFont(15)
|
||||||
gc.print(text.used,30,330)
|
gc.print(text.used,30,320)
|
||||||
|
|
||||||
|
--Logo
|
||||||
local t=TIME()
|
local t=TIME()
|
||||||
--Sponsor code
|
|
||||||
gc.draw(TEXTURE.title,280,610,.1,.4+.03*sin(t*2.6),nil,580,118)
|
gc.draw(TEXTURE.title,280,610,.1,.4+.03*sin(t*2.6),nil,580,118)
|
||||||
gc.setLineWidth(3)
|
gc.setLineWidth(3)
|
||||||
|
|
||||||
|
--QR Code frame
|
||||||
gc.rectangle('line',18,18,263,263)
|
gc.rectangle('line',18,18,263,263)
|
||||||
gc.rectangle('line',1012,18,250,250)
|
gc.rectangle('line',1012,18,250,250)
|
||||||
|
|
||||||
--Group code
|
|
||||||
setFont(20)
|
|
||||||
mStr(text.group,640,490)
|
|
||||||
|
|
||||||
--Support text
|
--Support text
|
||||||
gc.setColor(1,1,1,sin(t*20)*.3+.6)
|
gc.setColor(1,1,1,sin(t*20)*.3+.6)
|
||||||
setFont(30)
|
setFont(30)
|
||||||
|
|||||||
Reference in New Issue
Block a user