Files
itgmania212121/Themes/default/BGAnimations/ScreenQuickSetupOverview decorations/default.lua
T
2010-01-26 21:00:30 -06:00

11 lines
268 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;