more Hello World stuff

This commit is contained in:
AJ Kelly
2011-02-22 23:09:05 -06:00
parent f5cd8b1e41
commit b15cb481a0
10 changed files with 203 additions and 13 deletions
@@ -0,0 +1,8 @@
-- 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");
return t;