Files
itgmania212121/Themes/default/BGAnimations/ScreenHowToPlay overlay/_message tap.lua
T

6 lines
214 B
Lua
Raw Normal View History

return Def.ActorFrame{
LoadActor("tapmessage") .. {
InitCommand=cmd(x,SCREEN_CENTER_X+160;y,SCREEN_CENTER_Y+40;diffusealpha,0;);
ShowCommand=cmd(linear,0;diffusealpha,1;sleep,2;linear,0;diffusealpha,0);
};
2012-02-19 12:57:58 -06:00
};