280d4ecde7
+ default transitions + better system underlay solution + thanks koizu best logo ever
12 lines
272 B
Lua
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;
|
|
};
|
|
}; |