Added: TotalScore element on Evaluation Screen
Title, Artist and Current Character Icon's for the Stage Screen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user