2011-03-17 01:47:30 -04:00
|
|
|
-- ScreenWithMenuElements decorations is a very important file, as it will put a
|
|
|
|
|
-- decorations layer on pretty much every screen.
|
|
|
|
|
local t = Def.ActorFrame{};
|
|
|
|
|
|
|
|
|
|
t[#t+1] = StandardDecorationFromFileOptional("Header","Header");
|
|
|
|
|
--t[#t+1] = StandardDecorationFromFileOptional("Footer","Footer");
|
|
|
|
|
|
2011-02-22 23:09:05 -06:00
|
|
|
return t;
|