Files
itgmania212121/Themes/default/Graphics/_JudgmentLineLabel/default.lua
T
2010-01-26 21:00:30 -06:00

10 lines
384 B
Lua

local jl = Var "JudgmentLine";
return Def.ActorFrame {
LoadActor("_frame") .. {
InitCommand=cmd(zoomy,0.75;diffuse,JudgmentLineToColor(jl));
};
LoadFont("Common Normal") .. {
InitCommand=cmd(zoom,0.75;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180);
};
};