Line endings...be normalized!
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
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;
|
||||
};
|
||||
|
||||
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;
|
||||
Reference in New Issue
Block a user