From e2f7ba799142c9a374aaeb25c54cf6d4a8b36176 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 12 Mar 2006 04:44:39 +0000 Subject: [PATCH] fix timer position --- stepmania/Themes/default/metrics.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index 6f3fac18e1..f16630ccc4 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -2485,9 +2485,9 @@ WaitForChildrenBeforeTweeningOut=0 WarningStart=6 WarningBeepStart=5 MaxStallSeconds=30 -Text1OnCommand=stoptweening;shadowlength,0;zoomx,1;addx,-16 +Text1OnCommand=stoptweening;shadowlength,0;zoomx,1;addx,-8 Text1FormatFunction=function(fSeconds) fSeconds=math.min( 99, math.ceil(fSeconds) ); local digit = math.floor(fSeconds/10); return ""..digit end -Text2OnCommand=stoptweening;shadowlength,0;zoomx,1;addx,16 +Text2OnCommand=stoptweening;shadowlength,0;zoomx,1;addx,0 Text2FormatFunction=function(fSeconds) fSeconds=math.min( 99, math.ceil(fSeconds) ); local digit = math.mod(fSeconds,10); return ""..digit end WarningCommand6=stoptweening;sleep,0.8;linear,0.2;zoomx,0 WarningCommand5=stoptweening;linear,0.2;zoomx,1;sleep,0.6;linear,0.2;zoomx,0;glowshift;effectperiod,0.15;effectcolor1,1,0,0,0;effectcolor2,1,0,0,1