2012-07-22 22:45:10 -07:00
|
|
|
local t = Def.ActorFrame {}
|
|
|
|
|
--
|
2012-08-01 23:15:05 -07:00
|
|
|
t[#t+1] = StandardDecorationFromFile("Header","Header");
|
|
|
|
|
t[#t+1] = StandardDecorationFromFile("Footer","Footer");
|
|
|
|
|
t[#t+1] = StandardDecorationFromFileOptional("TextHeader","TextHeader");
|
|
|
|
|
t[#t+1] = StandardDecorationFromFileOptional("TextSubtitle","TextSubtitle");
|
2012-07-22 22:45:10 -07:00
|
|
|
t[#t+1] = StandardDecorationFromFile("CustomOverlay","CustomOverlay");
|
|
|
|
|
--
|
|
|
|
|
return t;
|