Files
itgmania212121/Themes/themekit/Graphics/ScreenTitleMenu scroll.lua
T

11 lines
231 B
Lua
Raw Normal View History

2010-01-26 21:00:30 -06:00
local gc = Var("GameCommand");
local t = Def.ActorFrame {};
t[#t+1] = LoadFont("Common Normal") .. {
Text=gc:GetText();
};
2011-03-14 13:08:48 -07:00
t.GainFocusCommand=cmd(diffusealpha,1);
t.LoseFocusCommand=cmd(diffusealpha,0.5);
2010-01-26 21:00:30 -06:00
return t;