diff --git a/Themes/default/metrics.ini b/Themes/default/metrics.ini index 08b75b17ae..1b6b17de12 100644 --- a/Themes/default/metrics.ini +++ b/Themes/default/metrics.ini @@ -56,8 +56,24 @@ BannerResetFadeCommand=diffusealpha,1 [HoldJudgment] # !!! # -HoldJudgmentLetGoCommand=HoldJudgmentLetGo() -HoldJudgmentHeldCommand=HoldJudgmentHeld() +# HoldJudgmentLetGoCommand=HoldJudgmentLetGo() +# HoldJudgmentHeldCommand=HoldJudgmentHeld() +HoldJudgmentLetGoCommand=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 +HoldJudgmentHeldCommand=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 +# HoldJudgmentLetGoCommand=GAMESTATE:GetCurrentGame():GetName() == "pump" and "visible,false" or "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"; +# HoldJudgmentHeldCommand=GAMESTATE:GetCurrentGame():GetName() == "pump" and "visible,false" or "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"; +# HoldJudgmentLetGoCommand=function(self) \ + # if GAMESTATE:GetCurrentGame():GetName() == "pump" then \ + # return (cmd(visible,false))(self); \ + # 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))(self); \ + # end; \ +# end; +# HoldJudgmentHeldCommand=function(self) \ + # 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))(self); \ + # end; \ +# end; [Judgment] # New #