Update theme (Autogen, general annoynaces)

This commit is contained in:
Jonathan Payne
2012-12-28 19:00:19 -08:00
parent 6c2947b54b
commit a20d7722a2
6 changed files with 24 additions and 11 deletions
@@ -0,0 +1,11 @@
local t = Def.ActorFrame{};
t[#t+1] = LoadActor("_badge") .. {
InitCommand=cmd(shadowlength,1;diffuse,Color.Green;pulse;effectmagnitude,0.75,1,1;effecttiming,0,0,1,0);
};
t[#t+1] = LoadFont("Common","Normal") .. {
Text="AG";
InitCommand=cmd(shadowlength,1;zoom,0.875);
};
return t;