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:
ListenerJubatus
2018-02-08 23:35:28 -06:00
parent 0419705bc2
commit 67099e520c
71 changed files with 358 additions and 115 deletions
@@ -20,7 +20,7 @@ return Def.ActorFrame {
self:decelerate(0.3):zoomx(0):diffusealpha(0)
end;
CursorP1 = Def.ActorFrame {
InitCommand=cmd(x,-170;player,PLAYER_1);
InitCommand=cmd(x,-174;player,PLAYER_1);
PlayerJoinedMessageCommand=function(self, params)
if params.Player == PLAYER_1 then
self:visible(true);
@@ -43,7 +43,7 @@ return Def.ActorFrame {
};
};
CursorP2 = Def.ActorFrame {
InitCommand=cmd(x,170;player,PLAYER_2);
InitCommand=cmd(x,174;player,PLAYER_2);
PlayerJoinedMessageCommand=function(self, params)
if params.Player == PLAYER_2 then
self:visible(true);