Files
itgmania212121/Themes/new/Graphics/ScreenTitleMenu scroll.lua
T
Jonathan Payne 280d4ecde7 /new: practically 1:1 to 3.9 title menu.
+ default transitions
+ better system underlay solution
+ thanks koizu best logo ever
2012-07-22 22:44:39 -07:00

12 lines
272 B
Lua

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