Files
itgmania212121/Themes/themekit/BGAnimations/ScreenWithMenuElements decorations/default.lua
T
2011-03-14 13:08:48 -07:00

7 lines
339 B
Lua

-- Loads up a slew of objects to load into the screen, like how 3.9 does.
-- I prefer to keep these optional, incase another screen wants to hide
-- these elements.
local t = Def.ActorFrame {};
t[#t+1] = StandardDecorationFromFileOptional("Header","Header");
t[#t+1] = StandardDecorationFromFileOptional("Footer","Footer");
return t