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
@@ -296,6 +296,9 @@ ScreenSelectMusic::ScreenSelectMusic( CString sClassName ) : Screen( sClassName
m_sprOptionsMessage.SetDiffuse( RageColor(1,1,1,0) ); // invisible
//this->AddChild( &m_sprOptionsMessage ); // we have to draw this manually over the top of transitions
m_bgOverlay.SetName( "BGAOverlay");
m_bgOverlay.LoadFromAniDir( THEME->GetPathToB("ScreenSelectMusic Overlay"));
this->AddChild( &m_bgOverlay );
m_soundSelect.Load( THEME->GetPathToS("Common start") );
m_soundChangeNotes.Load( THEME->GetPathToS("ScreenSelectMusic difficulty") );