Files
itgmania212121/stepmania/Themes/default/Graphics/_JudgmentLineLabel/default.lua
T
Chris Danford feed4c802a eval cleanup
2008-08-18 12:09:00 +00:00

10 lines
346 B
Lua

local jl = Var "JudgmentLine";
return Def.ActorFrame {
LoadActor("frame") .. {
InitCommand=cmd(y,4;);
};
LoadFont("_sf square head 13px") .. {
InitCommand=cmd(y,2;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180);
};
};