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

12 lines
272 B
Lua
Raw Normal View History

2012-07-22 20:22:32 -07:00
local gc = Var("GameCommand");
--
return Def.ActorFrame {
--
LoadFont("Common Normal") .. {
Name="ScrollerItem";
Text=THEME:GetString("ScreenTitleMenu",gc:GetText());
InitCommand=function(self)
2012-07-22 22:44:39 -07:00
ActorUtil.LoadAllCommands(self,Var "LoadingScreen");
2012-07-22 20:22:32 -07:00
end;
};
};