8 lines
296 B
Lua
8 lines
296 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;diffuse,Color("Orange");diffusetopedge,Color("Yellow"));
|
|
};
|
|
}; |