Files
itgmania212121/Themes/default/Graphics/ScreenSelectMusic BPMLabel.lua
T

10 lines
207 B
Lua
Raw Normal View History

2013-07-04 13:09:03 -04:00
return Def.ActorFrame {
LoadFont("Common Normal") .. {
Text="BPM";
InitCommand=function(self)
self:horizalign(right);
self:zoom(0.75);
self:strokecolor(Color("Outline"));
end;
};
2010-01-26 21:00:30 -06:00
};