Added: TotalScore element on Evaluation Screen

Title, Artist and Current Character Icon's for the Stage Screen
This commit is contained in:
Andrew Livy
2003-12-19 09:30:54 +00:00
parent 23ebd24c88
commit 2dfb994fe0
8 changed files with 172 additions and 4 deletions
+3
View File
@@ -29,6 +29,7 @@
#include "HelpDisplay.h"
#include "PaneDisplay.h"
#include "Character.h"
#include "BGAnimation.h"
class ScreenSelectMusic : public Screen
{
@@ -111,6 +112,8 @@ protected:
float m_fSampleStartSeconds, m_fSampleLengthSeconds;
bool m_bAllowOptionsMenu, m_bAllowOptionsMenuRepeat;
BGAnimation m_bgOverlay;
RageSound m_soundSelect;
RageSound m_soundChangeNotes;
RageSound m_soundOptionsChange;