Merge commit '54758fd705c2ba485e8aed1c4006c112ad95f82d'
This commit is contained in:
@@ -983,6 +983,21 @@ function draw.norm(P,repMode)
|
||||
ENV.mesDisp[i](P,repMode)
|
||||
end
|
||||
|
||||
-- Torikan miss amount
|
||||
if P.result=='torikan' then
|
||||
local diff=P.stat.time-P.stat.torikanReq
|
||||
if diff>=60 then gc_setColor(COLOR.R)
|
||||
elseif diff>=30 then gc_setColor(COLOR.F)
|
||||
elseif diff>=15 then gc_setColor(COLOR.O)
|
||||
elseif diff>=10 then gc_setColor(COLOR.Y)
|
||||
elseif diff>=5 then gc_setColor(COLOR.flicker(COLOR.G,COLOR.L,.1))
|
||||
else gc_setColor(COLOR.flicker(COLOR.G,COLOR.J,.05)) end
|
||||
setFont(40)
|
||||
-- self:_showText(STRING.time(self.stat.time).." / "..STRING.time(requiredTime),0,160,50,'beat',.5,.2)
|
||||
GC.mStr(STRING.time(P.stat.time).." / "..STRING.time(P.stat.torikanReq),300,401)
|
||||
GC.mStr("(+"..STRING.time_short(diff)..")",300,451)
|
||||
end
|
||||
|
||||
if P.frameRun<180 then
|
||||
_drawStartCounter(P.frameRun)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user