Files
itgmania212121/Themes/_portKit-sm4/Graphics/ScreenWithMenuElements Help.lua
T

10 lines
305 B
Lua
Raw Normal View History

2010-01-26 21:00:30 -06:00
return Def.HelpDisplay {
File = THEME:GetPathF("HelpDisplay", "text");
InitCommand=function(self)
local s = THEME:GetMetric(Var "LoadingScreen","HelpText");
self:SetTipsColonSeparated(s);
end;
SetHelpTextCommand=function(self, params)
self:SetTipsColonSeparated( params.Text );
end;
};