This commit is contained in:
MrZ_26
2020-02-04 19:40:34 +08:00
parent 1c384ca51a
commit 324435d51a
16 changed files with 20 additions and 57 deletions

View File

@@ -276,11 +276,10 @@ function Pnt.mode()
setFont(35)
local lv=modes[modeID[modeSel]].level[levelSel]
gc.setColor(modeLevelColor[lv]or color.white)
mStr(lv,270,200)
mStr(lv,270,215)
setFont(25)
gc.setColor(color.white)
mStr(text.modeInfo[modeID[modeSel]],270,240)
mStr(text.modeInfo[modeID[modeSel]],270,255)
setFont(75)
gc.setColor(color.grey)
mStr(text.modeName[modeSel],643,273)
@@ -477,18 +476,8 @@ function Pnt.setting_graphic()
gc.draw(blockSkin[7-int(Timer()*2)%7],890,390,nil,2)
end
function Pnt.setting_sound()
gc.setColor(1,1,1,.8)
gc.setColor(1,1,1)
mDraw(drawableText.setting_sound,640,15)
local t=Timer()
local x,y=790,370+10*sin(t*.4)
gc.translate(x,y)
gc.draw(miya_ch,0,0)
gc.setColor(1,1,1,.7)
gc.draw(miya_f1,4,47+4*sin(t*.9))
gc.draw(miya_f2,42,107+5*sin(t))
gc.draw(miya_f3,93,126+3*sin(t*.7))
gc.draw(miya_f4,129,98+3*sin(t*.7))
gc.translate(-x,-y)
end
function Pnt.setting_key()
local a=.3+sin(Timer()*15)*.1