theme changes from midi

This commit is contained in:
AJ Kelly
2010-09-02 00:26:16 -05:00
parent 283905a8cb
commit 89a1672fb2
5 changed files with 33 additions and 7 deletions
@@ -11,5 +11,6 @@ return LoadFont("ScreenGameplay","SongTitle") .. {
sText = vCourse:GetDisplayFullTitle() .. " - " .. vSong:GetDisplayFullTitle();
end
self:settext( sText );
self:playcommand( "On" );
end;
};