Code cleanup
Mainly unneeded semicolons
This commit is contained in:
@@ -8,7 +8,7 @@ t[#t+1] = Def.ActorFrame {
|
||||
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH,50;);
|
||||
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH,50);
|
||||
OnCommand=function(self)
|
||||
self:diffuse(ColorMidTone(ScreenColor(SCREENMAN:GetTopScreen():GetName())))
|
||||
self:diffusetopedge(ColorDarkTone(ScreenColor(SCREENMAN:GetTopScreen():GetName()))):diffusealpha(1)
|
||||
|
||||
Reference in New Issue
Block a user