Add new 5.1 default theme Lambda
I'd like to thank everyone who made this possible;, including but not limited to Riakodoadm, MrThatKid, kyzentun, Luizsan, JoseVarelaP, everyone else who provided feedback and bug reports.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
local jl = Var "JudgmentLine";
|
||||
|
||||
return Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(horizalign,right;zoomto,256,18);
|
||||
OnCommand=cmd(diffuse,Color("Black");fadeleft,1);
|
||||
};
|
||||
Def.Quad {
|
||||
InitCommand=cmd(horizalign,left;zoomto,256,18);
|
||||
OnCommand=cmd(diffuse,Color("Black");faderight,1);
|
||||
};
|
||||
|
||||
LoadActor("_frame") .. {
|
||||
InitCommand=cmd(diffuse,JudgmentLineToColor(jl));
|
||||
};
|
||||
LoadFont("Common Normal") .. {
|
||||
InitCommand=cmd(zoom,0.675;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);shadowlength,1;maxwidth,180);
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user