better eval line graphics.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1016 B After Width: | Height: | Size: 3.5 KiB |
@@ -11,9 +11,9 @@ return Def.ActorFrame {
|
||||
};
|
||||
|
||||
LoadActor("_frame") .. {
|
||||
InitCommand=cmd(zoomy,0.75;diffuse,JudgmentLineToColor(jl));
|
||||
InitCommand=cmd(diffuse,JudgmentLineToColor(jl));
|
||||
};
|
||||
LoadFont("Common Normal") .. {
|
||||
InitCommand=cmd(zoom,0.75;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180);
|
||||
InitCommand=cmd(zoom,0.675;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);shadowlength,1;maxwidth,180);
|
||||
};
|
||||
};
|
||||
Binary file not shown.
Reference in New Issue
Block a user