Files
itgmania212121/stepmania/Themes/default/BGAnimations/ScreenHowToPlay background/default.lua
T
2007-05-07 17:27:28 +00:00

4 lines
227 B
Lua

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);
};