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;
|
|
|
|
|
};
|
|
|
|
|
};
|