even more rsr stuff

helpdisplay + difficulties. which color is best on sstitle?

(Sourced from shakesoda/stepmania.)
This commit is contained in:
Jonathan Payne
2013-10-09 01:39:11 -07:00
parent 6d393c76b9
commit ad67621b8a
8 changed files with 136 additions and 12 deletions
@@ -0,0 +1,14 @@
local t = 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;
};
t.ScreenChangedMessageCommand=cmd(playcommand,"SetHelpText",{ Text = "&MENULEFT; Left &START; Start &SELECT; Select"});
return t;