Files
itgmania212121/stepmania/Themes/default/Graphics/_PaneDisplay label.lua
T

13 lines
284 B
Lua
Raw Normal View History

2007-02-03 10:55:08 +00:00
local text = ...;
return Def.ActorFrame {
OnCommand=cmd();
OffFocusedCommand=cmd();
OffUnfocusedCommand=cmd();
2007-05-20 17:59:03 +00:00
LoadFont( "Common", "normal" ) .. {
Text=THEME:GetString("PaneDisplay", text);
OnCommand=cmd(shadowlength,0;horizalign,left;zoom,0.5);
2007-02-03 10:55:08 +00:00
};
};