Files
itgmania212121/stepmania/Themes/default/Graphics/_PaneDisplay label.lua
T
Steve Checkoway c3ac86cbc8 Use LoadFont
2007-02-16 09:23:20 +00:00

16 lines
307 B
Lua

local text = ...;
return Def.ActorFrame {
OnCommand=cmd();
OffFocusedCommand=cmd();
OffUnfocusedCommand=cmd();
children =
{
LoadFont( "Common", "normal" ) .. {
Text=THEME:GetString("PaneDisplay", text);
OnCommand=cmd(shadowlength,0;horizalign,left;zoom,0.5);
};
};
};