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:
@@ -11,7 +11,7 @@ t[#t+1] = Def.ActorFrame {
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+20;zoomto,SCREEN_WIDTH,SCREEN_HEIGHT*0.70;);
|
||||
OnCommand=cmd(diffuse,color("#61414B");diffusealpha,0.4);
|
||||
OnCommand=cmd(diffuse,color("#61414B");diffusealpha,0.75);
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user