HelloWorld theme handled.

This commit is contained in:
Jason Felds
2013-07-02 20:28:29 -04:00
parent 2d5d45e365
commit e805184fd0
16 changed files with 1116 additions and 747 deletions
@@ -4,5 +4,7 @@ return Def.Quad{
-- 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"));
InitCommand=function(self)
self:FullScreen();
self:diffuse(color("#fffdf2"));
};