Files
itgmania212121/Themes/default/Graphics/ScreenWithMenuElements Help.lua
T

10 lines
296 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
return Def.HelpDisplay {
File = THEME:GetPathF("HelpDisplay", "text");
InitCommand=function(self)
local s = THEME:GetString(Var "LoadingScreen","HelpText");
self:SetTipsColonSeparated(s);
end;
SetHelpTextCommand=function(self, params)
self:SetTipsColonSeparated( params.Text );
end;
2008-07-21 08:05:06 +00:00
};