prevent words from escaping frame
This commit is contained in:
@@ -5,6 +5,6 @@ return Def.ActorFrame {
|
|||||||
InitCommand=cmd(y,4;);
|
InitCommand=cmd(y,4;);
|
||||||
};
|
};
|
||||||
LoadFont("_sf square head 32") .. {
|
LoadFont("_sf square head 32") .. {
|
||||||
InitCommand=cmd(settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;);
|
InitCommand=cmd(settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user