roboto 54px is the new combo font.

This commit is contained in:
Jonathan Payne
2012-01-16 21:57:57 -08:00
parent d909714249
commit 742b08273c
9 changed files with 40 additions and 33 deletions
@@ -166,7 +166,8 @@ t[#t+1] = Def.ActorFrame {
if fTapNoteOffset ~= 1 then
-- we're safe, you can push the values
tTotalJudgments[#tTotalJudgments+1] = bUseNegative and fTapNoteOffset or math.abs( fTapNoteOffset );
tTotalJudgments[#tTotalJudgments+1] = fTapNoteOffset;
--~ tTotalJudgments[#tTotalJudgments+1] = bUseNegative and fTapNoteOffset or math.abs( fTapNoteOffset );
end
self:playcommand("Reset");
@@ -176,7 +177,7 @@ t[#t+1] = Def.ActorFrame {
JudgeCmds[param.TapNoteScore](c.Judgment);
c.ProtimingDisplay:visible( bShowProtiming );
c.ProtimingDisplay:settextf("%i",math.abs(fTapNoteOffset * 1000));
c.ProtimingDisplay:settextf("%i",fTapNoteOffset * 1000);
ProtimingCmds[param.TapNoteScore](c.ProtimingDisplay);
c.ProtimingAverage:visible( bShowProtiming );