Files
itgmania212121/stepmania/Themes/default/Graphics/ScreenTitleMenu scroll.lua
T

12 lines
420 B
Lua
Raw Normal View History

2007-05-20 17:59:03 +00:00
local t = Def.ActorFrame {
LoadFont("", "blaster") ..{
2007-05-27 19:09:18 +00:00
Text=THEME:GetString( 'ScreenTitleMenu', Var("GameCommand"):GetText() );
InitCommand=cmd(horizalign,center;shadowlength,0);
GainFocusCommand=cmd(stoptweening;diffuseshift;effectperiod,0.5;effectcolor1,0.5,1,0.5,1;effectcolor2,0.25,0.5,0.25,1;);
LoseFocusCommand=cmd(stoptweening;stopeffect);
DisabledCommand=cmd(diffuse,0.5,0.5,0.5,1);
};
};
2007-05-20 17:59:03 +00:00
return t;