default theme changes from midi; adds ScreenHowToPlay and ScreenRanking

This commit is contained in:
AJ Kelly
2010-08-03 18:09:44 -05:00
parent 5337914b8b
commit 7008e631cb
27 changed files with 107 additions and 20 deletions
@@ -0,0 +1,4 @@
return LoadActor("bg.png") ..{
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT);
OnCommand=cmd(texcoordvelocity,0,-1;customtexturerect,0,0,5,5;diffuse,0.8,0.8,0.8,1);
};