Files
itgmania212121/Themes/default/Graphics/ScreenSelectMusic AlternateHelpDisplay.lua
T
2013-07-04 22:50:30 -04:00

11 lines
306 B
Lua

return Def.HelpDisplay {
File = THEME:GetPathF("HelpDisplay", "text");
InitCommand=function(self)
local s = THEME:GetString(Var "LoadingScreen","AlternateHelpText");
self:SetTipsColonSeparated(s);
end;
SetHelpTextCommand=function(self, params)
self:SetTipsColonSeparated( params.Text );
end;
};