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

13 lines
403 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-01-23 17:14:32 -08:00
InitCommand=THEME:GetMetric(Var "LoadingScreen","ScrollerItemInitCommand");
GainFocusCommand=THEME:GetMetric(Var "LoadingScreen","ScrollerItemGainFocusCommand");
LoseFocusCommand=THEME:GetMetric(Var "LoadingScreen","ScrollerItemGainFocusCommand");
2010-01-26 21:00:30 -06:00
};
2011-01-23 17:14:32 -08:00
2010-01-26 21:00:30 -06:00
return t;