eval cleanup

This commit is contained in:
Chris Danford
2008-08-18 12:09:00 +00:00
parent 6160f61f17
commit feed4c802a
9 changed files with 431 additions and 69 deletions
@@ -5,6 +5,6 @@ return Def.ActorFrame {
InitCommand=cmd(y,4;);
};
LoadFont("_sf square head 13px") .. {
InitCommand=cmd(settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180);
InitCommand=cmd(y,2;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180);
};
};