Initial commit.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
local jl = Var "JudgmentLine";
|
||||
|
||||
return Def.ActorFrame {
|
||||
LoadActor("frame") .. {
|
||||
InitCommand=cmd(y,4;);
|
||||
LoadActor("_frame") .. {
|
||||
InitCommand=cmd(zoomy,0.75;diffuse,JudgmentLineToColor(jl));
|
||||
};
|
||||
LoadFont("_sf square head 13px") .. {
|
||||
InitCommand=cmd(y,2;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180);
|
||||
LoadFont("Common Normal") .. {
|
||||
InitCommand=cmd(zoom,0.75;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180);
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user