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,11 +1,8 @@
return Def.ActorFrame {
Def.Quad {
InitCommand=function(self)
self:zoomto(48, 24);
self:diffuse(PlayerColor(PLAYER_1));
end;
};
LoadFont("Common Normal") .. {
Text="P1";
};
Def.Quad {
InitCommand=cmd(zoomto,48,24;diffuse,PlayerColor(PLAYER_1));
};
LoadFont("Common Normal") .. {
Text="P1";
};
};