update Hello World some more

This commit is contained in:
AJ Kelly
2011-02-22 21:26:41 -06:00
parent 4e9598190d
commit f5cd8b1e41
11 changed files with 220 additions and 19 deletions
@@ -0,0 +1,8 @@
-- this file returns a single quad that represents the background of most screens in the theme.
return Def.Quad{
-- FullScreen is defined in Themes/_fallback/Scripts/02 Actor.lua in sm-ssc.
-- colors can either be entered as hex ("#FFFFFFFF") or 0..1 ("1.0,1.0,1.0,1.0")
-- where the values are Red, Green, Blue, and Alpha (transparency).
InitCommand=cmd(FullScreen;diffuse,color("#fffdf2"));
};