Files
itgmania212121/Themes/default/Graphics/ScreenSelectMusic SortOrderFrame.lua
T
Jonathan Payne 2e240a38c7 Themes/default: Fix header alignment, make the background checkboard less gaudy
Themes/: remove anything we don't ship with.
2013-10-20 21:57:50 -07:00

8 lines
235 B
Lua

return Def.ActorFrame {
LoadActor(THEME:GetPathG("OptionRowExit","frame")) .. {
InitCommand=cmd(diffusebottomedge,Color("Orange"));
};
LoadActor(THEME:GetPathG("_icon","Sort")) .. {
InitCommand=cmd(x,-60;shadowlength,1;);
};
};