2e240a38c7
Themes/: remove anything we don't ship with.
8 lines
235 B
Lua
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;);
|
|
};
|
|
}; |