Files
itgmania212121/stepmania/Themes/default/Graphics/_JudgmentLineLabel/default.lua
T

10 lines
346 B
Lua
Raw Normal View History

2008-04-05 19:24:26 +00:00
local jl = Var "JudgmentLine";
return Def.ActorFrame {
LoadActor("frame") .. {
InitCommand=cmd(y,4;);
};
2008-07-06 21:40:03 +00:00
LoadFont("_sf square head 13px") .. {
2008-08-18 12:09:00 +00:00
InitCommand=cmd(y,2;settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180);
2008-04-05 19:24:26 +00:00
};
};