Files
itgmania212121/Themes/default/BGAnimations/ScreenGameplay in/default.lua
T
2010-07-03 20:55:25 -05:00

7 lines
245 B
Lua

local t = Def.ActorFrame {};
t[#t+1] = Def.Sprite {
InitCommand=cmd(Center);
BeginCommand=cmd(LoadFromCurrentSongBackground);
OnCommand=cmd(diffusealpha,1;scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT;linear,1;diffusealpha,0;);
};
return t;