default theme changes from midi; adds ScreenHowToPlay and ScreenRanking
This commit is contained in:
@@ -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);
|
||||
};
|
||||
Reference in New Issue
Block a user