forgot some metrics changes. (this should be a part of v1.0 public beta 2)

This commit is contained in:
AJ Kelly
2010-03-31 18:43:38 -05:00
parent f27015e9dd
commit cb73cce8a6
+18 -2
View File
@@ -56,8 +56,24 @@ BannerResetFadeCommand=diffusealpha,1
[HoldJudgment] [HoldJudgment]
# !!! # # !!! #
HoldJudgmentLetGoCommand=HoldJudgmentLetGo() # HoldJudgmentLetGoCommand=HoldJudgmentLetGo()
HoldJudgmentHeldCommand=HoldJudgmentHeld() # 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] [Judgment]
# New # # New #