update (not quite right)

This commit is contained in:
Glenn Maynard
2007-04-08 17:28:36 +00:00
parent 2e4f0a0d26
commit f8bd83e376
@@ -214,7 +214,12 @@ local children =
OffCommand=cmd(zoomy,1;bouncebegin,0.3;zoomy,0);
ShowCommand=cmd(bouncebegin,0.3;zoomy,1);
HideCommand=cmd(linear,0.3;zoomy,0);
SetCommand=function(self) self:SetFromGameState() end;
SetCommand=function(self)
self:SetFromGameState();
self:setsecondsperitem(0.7);
self:SetSecondsPauseBetweenItems(0.7);
self:scrollwithpadding(0, 0);
end;
CurrentTrailP1ChangedMessageCommand=cmd(playcommand,"Set");
CurrentTrailP2ChangedMessageCommand=cmd(playcommand,"Set");