微调staff页面 close #470

This commit is contained in:
MrZ626
2021-11-18 19:06:53 +08:00
parent c709fa622f
commit f14aaac635

View File

@@ -79,15 +79,16 @@ function scene.draw()
end
gc.replaceTransform(SCR.xOy)
gc.setColor(COLOR.Z)
local T=40*math.min(time,45)
gc.setColor(.97,.97,.97,45-math.min(time,45))
local L=text.staff
setFont(40)
for i=1,#L do
mStr(L[i],640,800+70*i-T)
end
gc.setColor(1,1,1)
mDraw(TEXTURE.title_color,640,800-T,nil,.6)
mDraw(TEXTURE.title_color,640,2160-T,nil,.6)
mDraw(TEXTURE.title,640,2160-T,nil,.6)
if time>50 then
gc.print("CLICK ME →",50,550,-.5)
end