Merge a major revamp of Lambda
Besides a few other minor retouches and additions, the biggest change is that the theme now has a fixed color scheme of yellow, orange, and dark magenta, and that many of the glossy graphics have been replaced by flatter versions with subtle shadows.
This commit is contained in:
@@ -2,7 +2,7 @@ local t = Def.ActorFrame {};
|
||||
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH,5;addy,-50;diffuse,Color("Black");fadetop,1;diffusealpha,0.8);
|
||||
InitCommand=cmd(vertalign,bottom;zoomto,SCREEN_WIDTH,5;addy,-50;diffuse,Color("Black");fadetop,1;diffusealpha,1);
|
||||
};
|
||||
};
|
||||
|
||||
@@ -11,7 +11,7 @@ t[#t+1] = Def.ActorFrame {
|
||||
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(0.8)
|
||||
self:diffusetopedge(ColorDarkTone(ScreenColor(SCREENMAN:GetTopScreen():GetName()))):diffusealpha(1)
|
||||
end;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user