Code cleanup
Mainly unneeded semicolons
This commit is contained in:
@@ -31,17 +31,17 @@ local bg = Def.ActorFrame{
|
||||
|
||||
LoadActor(THEME:GetPathG("_rave result","P1"))..{
|
||||
Name="P1Win";
|
||||
InitCommand=cmd(Center;cropbottom,1;fadebottom,1;);
|
||||
InitCommand=cmd(Center;cropbottom,1;fadebottom,1);
|
||||
StartTransitioningCommand=cmd(sleep,1.0;linear,0.5;cropbottom,0;fadebottom,0;sleep,1.75;linear,0.25;diffusealpha,0);
|
||||
};
|
||||
LoadActor(THEME:GetPathG("_rave result","P2"))..{
|
||||
Name="P2Win";
|
||||
InitCommand=cmd(Center;cropbottom,1;fadebottom,1;);
|
||||
InitCommand=cmd(Center;cropbottom,1;fadebottom,1);
|
||||
StartTransitioningCommand=cmd(sleep,1.0;linear,0.5;cropbottom,0;fadebottom,0;sleep,1.75;linear,0.25;diffusealpha,0);
|
||||
};
|
||||
LoadActor(THEME:GetPathG("_rave result","draw"))..{
|
||||
Name="Draw";
|
||||
InitCommand=cmd(Center;cropbottom,1;fadebottom,1;);
|
||||
InitCommand=cmd(Center;cropbottom,1;fadebottom,1);
|
||||
StartTransitioningCommand=cmd(sleep,1.0;linear,0.5;cropbottom,0;fadebottom,0;sleep,1.75;linear,0.25;diffusealpha,0);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user