helpdisplay + difficulties. which color is best on sstitle? (Sourced from shakesoda/stepmania.)
8 lines
408 B
Lua
8 lines
408 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");
|
|
t[#t+1] = StandardDecorationFromFileOptional("HelpDisplay","HelpDisplay");
|
|
return t |