Revert "The "new" theme is handled."

This reverts commit 2d5d45e365.
This commit is contained in:
Jason Felds
2013-07-18 17:42:22 -04:00
parent f57abda0bc
commit c872bb311c
11 changed files with 95 additions and 212 deletions
@@ -1,13 +1,10 @@
local gc = Var("GameCommand");
--
local t = Def.ActorFrame {};
--
t[#t+1] = Def.ActorFrame {
Def.Quad {
InitCommand=function(self)
self:zoomto(96, 24);
self:diffuse(Color.White);
end;
};
};
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