realigned menu timer
This commit is contained in:
@@ -2492,9 +2492,9 @@ WaitForChildrenBeforeTweeningOut=0
|
|||||||
WarningStart=6
|
WarningStart=6
|
||||||
WarningBeepStart=5
|
WarningBeepStart=5
|
||||||
MaxStallSeconds=30
|
MaxStallSeconds=30
|
||||||
Text1OnCommand=stoptweening;shadowlength,0;zoomx,1;x,-15
|
Text1OnCommand=stoptweening;shadowlength,0;zoomx,1;x,-13;y,2
|
||||||
Text1FormatFunction=function(fSeconds) fSeconds=math.min( 99, math.ceil(fSeconds) ); local digit = math.floor(fSeconds/10); return ""..digit end
|
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;x,15
|
Text2OnCommand=stoptweening;shadowlength,0;zoomx,1;x,17;y,2
|
||||||
Text2FormatFunction=function(fSeconds) fSeconds=math.min( 99, math.ceil(fSeconds) ); local digit = math.mod(fSeconds,10); return ""..digit end
|
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
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user