diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index bde16e69fb..a17f03c1bc 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -13,9 +13,14 @@ [Common] ColorP1=0.4,1.0,0.8,1 // sea green ColorP2=1.0,0.5,0.2,1 // orange + +[Notes] ColorEasy=0.9,0.9,0,1 // yellow ColorMedium=1,0.1,0.1,1 // light red ColorHard=0.2,1,0.2,1 // light green +ColorSHard=0.8,0.2,1.0,1 // purple +ColorChallenge=0.2,0.6,1.0,1 // blue +ColorBattle=1,0,0,1 // red [ScreenTitleMenu] ChoicesX=320 @@ -342,6 +347,10 @@ BannerX=320 BannerY=100 StageX=320 StageY=64 +DifficultyIconP1X=216 +DifficultyIconP1Y=132 +DifficultyIconP2X=424 +DifficultyIconP2Y=132 GradeP1X=94 GradeP2X=546 GradeY=100 diff --git a/stepmania/src/BannerWithFrame.cpp b/stepmania/src/BannerWithFrame.cpp index 0de0a5c3ab..c44f82f36a 100644 --- a/stepmania/src/BannerWithFrame.cpp +++ b/stepmania/src/BannerWithFrame.cpp @@ -25,22 +25,11 @@ BannerWithFrame::BannerWithFrame() this->AddChild( &m_Banner ); this->AddChild( &m_sprBannerFrame ); - for( int p=0; pAddChild( &m_Icon[p] ); - } } void BannerWithFrame::LoadFromSongAndNotes( Song* pSong, Notes* pNotes[NUM_PLAYERS] ) { LoadFromSong( pSong ); - - for( int p=0; p