This commit is contained in:
Jonathan Payne
2012-08-01 23:15:05 -07:00
parent 3eb4e8d284
commit 44d99d9c63
28 changed files with 620 additions and 18 deletions
@@ -0,0 +1,10 @@
local gc = Var("GameCommand");
--
local t = Def.ActorFrame {};
--
t[#t+1] = Def.ActorFrame {
Def.Quad {
InitCommand=cmd(zoomto,96,24;diffuse,Color.White);
};
};
return t