Themes/default: Fix header alignment, make the background checkboard less gaudy

Themes/: remove anything we don't ship with.
This commit is contained in:
Jonathan Payne
2013-10-20 21:57:50 -07:00
parent 702f091ea1
commit 2e240a38c7
5 changed files with 14 additions and 6 deletions
@@ -11,7 +11,7 @@ t[#t+1] = Def.ActorFrame {
InitCommand=cmd(hide_if,hideFancyElements;);
LoadActor("_checkerboard") .. {
InitCommand=cmd(rotationy,0;rotationz,0;rotationx,-90/4*3.5;zoomto,SCREEN_WIDTH*2,SCREEN_HEIGHT*2;customtexturerect,0,0,SCREEN_WIDTH*4/256,SCREEN_HEIGHT*4/256);
OnCommand=cmd(texcoordvelocity,0,0.25;diffuse,color("#ffd400");diffusealpha,0.5;fadetop,1);
OnCommand=cmd(texcoordvelocity,0,0.25;diffuse,color("#ffd400");fadetop,1);
};
};
LoadActor("_particleLoader") .. {