Files
itgmania212121/stepmania/Themes/default/Graphics/ScreenWithMenuElements Help.lua
T
Chris Danford 96389ba367 fixup
2008-07-21 08:05:06 +00:00

10 lines
305 B
Lua

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;
};