Files
itgmania212121/Themes/new/Graphics/ScreenTitleMenu scroll.lua
T
Jonathan Payne 7fbfdb8904 /new Update
2012-07-22 20:22:32 -07:00

12 lines
280 B
Lua

local gc = Var("GameCommand");
--
return Def.ActorFrame {
--
LoadFont("Common Normal") .. {
Name="ScrollerItem";
Text=THEME:GetString("ScreenTitleMenu",gc:GetText());
InitCommand=function(self)
ActorUtil.LoadAllCommandsAndSetXY(self,Var "LoadingScreen");
end;
};
};