Code cleanup
Mainly unneeded semicolons
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
return Def.ActorFrame {
|
||||
Def.Quad{
|
||||
InitCommand=cmd(scaletocover,-SCREEN_WIDTH*2,SCREEN_TOP,SCREEN_WIDTH*2,SCREEN_BOTTOM;diffuse,color("0,0,0,0.5"));
|
||||
OnCommand=cmd(diffusealpha,0;smooth,0.2;diffusealpha,0.5;);
|
||||
OffCommand=cmd(smooth,0.2;diffusealpha,0;);
|
||||
OnCommand=cmd(diffusealpha,0;smooth,0.2;diffusealpha,0.5);
|
||||
OffCommand=cmd(smooth,0.2;diffusealpha,0);
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user