eval cleanup

This commit is contained in:
Chris Danford
2008-04-05 19:24:26 +00:00
parent 7f845dc282
commit bcdd5f385f
29 changed files with 24 additions and 11 deletions
@@ -0,0 +1,10 @@
local jl = Var "JudgmentLine";
return Def.ActorFrame {
LoadActor("frame") .. {
InitCommand=cmd(y,4;);
};
LoadFont("_sf square head 32") .. {
InitCommand=cmd(settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;);
};
};