Files
itgmania212121/stepmania/Themes/default/BGAnimations/ScreenLogo underlay.lua
T

6 lines
314 B
Lua
Raw Normal View History

2008-03-12 09:49:46 +00:00
return Def.ActorFrame {
2009-04-03 14:11:50 +00:00
LoadActor( THEME:GetPathG(Var "LoadingScreen","GameLogo "..GAMESTATE:GetCurrentGame():GetName()) ) .. {
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;);
OnCommand=cmd(zoomy,0;bounceend,0.5;zoomy,1;glowshift;effectperiod,2.5;effectcolor1,1,1,1,0.0;effectcolor2,1,1,1,0.5;);
};
2007-05-17 22:26:36 +00:00
};