/new Update

This commit is contained in:
Jonathan Payne
2012-07-22 20:22:32 -07:00
parent 7d9441cbfe
commit 7fbfdb8904
19 changed files with 94 additions and 6 deletions
@@ -0,0 +1,12 @@
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;
};
};