Files
itgmania212121/stepmania/Themes/default/Graphics/_PaneDisplay label.lua
T
2007-02-03 10:55:08 +00:00

17 lines
313 B
Lua

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