master-ex添加一个时间指示器 close #286
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
local gc=love.graphics
|
||||
local sectionName={"D","C","B","A","A+","S-","S","S+","S+","SS","SS","U","U","X","X+"}
|
||||
local passPoint=16
|
||||
|
||||
@@ -7,13 +8,17 @@ return{
|
||||
wait=15,
|
||||
fall=6,
|
||||
mesDisp=function(P)
|
||||
gc.setColor(1,1,1,.1)
|
||||
local h=(3600-P.stat.frame)/10
|
||||
gc.rectangle('fill',0,475-h,125,h,4)
|
||||
gc.setColor(COLOR.Z)
|
||||
mText(drawableText.line,63,310)
|
||||
mText(drawableText.techrash,63,420)
|
||||
mText(drawableText.grade,63,180)
|
||||
setFont(20)
|
||||
mStr(("%.1f"):format(P.modeData.rankPoint/10),63,208)
|
||||
setFont(55)
|
||||
mStr(P.modeData.rankName,63,110)
|
||||
mStr(P.modeData.rankName,63,125)
|
||||
setFont(75)
|
||||
mStr(P.stat.row,63,230)
|
||||
mStr(P.stat.clears[4],63,340)
|
||||
|
||||
Reference in New Issue
Block a user