script update;

This commit is contained in:
AJ Kelly
2010-05-26 00:21:38 -05:00
parent 242d220fa7
commit d463d4e4f5
2 changed files with 45 additions and 14 deletions
+2 -12
View File
@@ -123,18 +123,8 @@ function HoldTiming()
end;
end;
function HoldJudgmentLetGo()
if GAMESTATE:GetCurrentGame():GetName() == "pump" then
return cmd(visible,false);
else return cmd(finishtweening;shadowlength,0;diffusealpha,1;zoom,1;y,-10;linear,0.8;y,10;sleep,0.5;linear,0.1;zoomy,0.5;zoomx,2;diffusealpha,0);
end;
end;
function HoldJudgmentHeld()
if GAMESTATE:GetCurrentGame():GetName() == "pump" then
return cmd(visible,false);
else return cmd(finishtweening;shadowlength,0;diffusealpha,1;zoom,1.25;linear,0.3;zoomx,1;zoomy,1;sleep,0.5;linear,0.1;zoomy,0.5;zoomx,2;diffusealpha,0);
end;
function ShowHoldJudgments()
return not GAMESTATE:GetCurrentGame():GetName() == "pump";
end;
function HoldHeadStep()