various default theme changes [Midiman]

This commit is contained in:
AJ Kelly
2010-07-25 12:15:00 -05:00
parent c0599e2afb
commit e669aebd9b
2 changed files with 15 additions and 9 deletions
@@ -47,14 +47,13 @@ t[#t+1] = Def.ActorFrame {
end;
JudgmentMessageCommand=function(self, param)
local t
if param.Player ~= player then return end;
if param.HoldNoteScore then return end;
local iNumStates = c.Judgment:GetNumStates();
local iFrame = TNSFrames[param.TapNoteScore];
local iTapNoteOffset = param.TapNoteOffset;
if not iFrame then return end
if iNumStates == 12 then
iFrame = iFrame * 2;
@@ -63,6 +62,13 @@ t[#t+1] = Def.ActorFrame {
end
end
local iTapNoteOffset = param.TapNoteOffset;
if param.HoldNoteScore then
iTapNoteOffset = 1;
else
iTapNoteOffset = param.TapNoteOFfset;
end
self:playcommand("Reset");
c.Judgment:visible( not bShowProtiming );