@@ -1,21 +1,10 @@
|
||||
return Def.ActorFrame {
|
||||
-- Default BG
|
||||
Def.Quad {
|
||||
InitCommand=function(self)
|
||||
self:vertalign(top);
|
||||
self:zoomto(SCREEN_WIDTH, 48);
|
||||
self:diffuse(Color.Black);
|
||||
self:diffusealpha(0.65);
|
||||
end;
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,48;diffuse,Color.Black;diffusealpha,0.65);
|
||||
};
|
||||
-- Highlight
|
||||
Def.Quad {
|
||||
InitCommand=function(self)
|
||||
self:vertalign(top);
|
||||
self:zoomto(SCREEN_WIDTH, 1);
|
||||
self:diffuse(Color.Blue);
|
||||
self:faderight(1);
|
||||
self:y(46);
|
||||
end;
|
||||
InitCommand=cmd(vertalign,top;zoomto,SCREEN_WIDTH,1;diffuse,Color.Blue;faderight,1;y,46);
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user