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
@@ -20,11 +20,6 @@ t[#t+1] = Def.ActorFrame {
--[[ LoadActor("_particles") .. {
InitCommand=cmd(x,-SCREEN_CENTER_X;y,-SCREEN_CENTER_Y);
}; --]]
Def.Quad {
InitCommand=cmd(vertalign,bottom;scaletoclipped,SCREEN_WIDTH+1,96;y,SCREEN_CENTER_Y-32;fadetop,0.75);
OnCommand=cmd(diffuse,color("#FFCB05"));
};
--[[ LoadActor("_pattern") .. {
InitCommand=cmd(z,32;x,4;y,4;;rotationy,-12.25;rotationz,-30;rotationx,-20;zoomto,SCREEN_WIDTH*2,SCREEN_HEIGHT*2;customtexturerect,0,0,SCREEN_WIDTH*4/256,SCREEN_HEIGHT*4/256);
OnCommand=cmd(texcoordvelocity,0.125,0.5;diffuse,Color("Black");diffusealpha,0.5);