2011-03-17 01:47:30 -04:00
|
|
|
local t = Def.ActorFrame {};
|
|
|
|
|
t[#t+1] = Def.Sprite {
|
|
|
|
|
InitCommand=cmd(Center);
|
|
|
|
|
BeginCommand=cmd(LoadFromCurrentSongBackground);
|
2012-02-16 01:36:22 -06:00
|
|
|
OnCommand=cmd(diffusealpha,1;scale_or_crop_background;linear,1;diffusealpha,0;);
|
2011-03-17 01:47:30 -04:00
|
|
|
};
|
2010-07-03 20:55:25 -05:00
|
|
|
return t;
|