prevent words from escaping frame

This commit is contained in:
AJ Kelly
2008-04-05 22:44:36 +00:00
parent 16c3646b84
commit 52deb9a6d2
@@ -5,6 +5,6 @@ return Def.ActorFrame {
InitCommand=cmd(y,4;);
};
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);
};
};