Files
itgmania212121/Themes/default/Graphics/ScreenSelectMusic SortOrderFrame.lua
T

15 lines
371 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.ActorFrame {
LoadActor(THEME:GetPathG("OptionRowExit","frame")) .. {
2013-07-04 13:09:03 -04:00
InitCommand=function(self)
self:diffusebottomedge(Color("Orange"));
end;
2011-03-17 01:47:30 -04:00
};
LoadActor(THEME:GetPathG("_icon","Sort")) .. {
2013-07-04 13:09:03 -04:00
InitCommand=function(self)
self:x(-60);
self:shadowlength(1);
self:diffuse(Color("Orange"));
self:diffusetopedge(Color("Yellow"));
end;
2011-03-17 01:47:30 -04:00
};
2010-01-26 21:00:30 -06:00
};