Files
itgmania212121/Themes/default/BGAnimations/ScreenQuickSetupOverview decorations/default.lua
T
2011-03-17 01:47:30 -04:00

11 lines
258 B
Lua

local t = LoadFallbackB();
t[#t+1] = LoadFont("Common Normal") .. {
Name="Explanation";
Text=THEME:GetString(Var "LoadingScreen","Explanation");
InitCommand=function(self)
ActorUtil.LoadAllCommandsAndSetXY(self,Var "LoadingScreen");
end;
};
return t;