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