Files
itgmania212121/Themes/default/Graphics/ScreenSelectMusic SortOrderFrame.lua
T
2013-07-04 13:09:03 -04:00

15 lines
371 B
Lua

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