2011-03-17 01:47:30 -04:00
|
|
|
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") .. {
|
2012-01-05 01:34:35 -08:00
|
|
|
InitCommand=cmd(diffuse,JudgmentLineToColor(jl));
|
2011-03-17 01:47:30 -04:00
|
|
|
};
|
|
|
|
|
LoadFont("Common Normal") .. {
|
2012-01-05 01:34:35 -08:00
|
|
|
InitCommand=cmd(zoom,0.675;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);shadowlength,1;maxwidth,180);
|
2011-03-17 01:47:30 -04:00
|
|
|
};
|
2008-04-05 19:24:26 +00:00
|
|
|
};
|