Files
itgmania212121/stepmania/Themes/default/Graphics/_JudgmentLineLabel/default.lua
T
2008-04-05 22:44:36 +00:00

10 lines
340 B
Lua

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;maxwidth,180);
};
};