From 107a1521e627feb2914e9e4e27cd1197b0fc5e3a Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 6 Oct 2002 16:56:58 +0000 Subject: [PATCH] Added separate icon for smaniac --- stepmania/Themes/default/metrics.ini | 9 +++++ stepmania/src/BannerWithFrame.cpp | 11 ------ stepmania/src/BannerWithFrame.h | 4 +-- stepmania/src/CourseContentsFrame.cpp | 6 ++-- stepmania/src/DifficultyIcon.cpp | 40 +++++++++++++++++++-- stepmania/src/DifficultyIcon.h | 39 +++----------------- stepmania/src/FootMeter.cpp | 14 ++++---- stepmania/src/GameConstantsAndTypes.cpp | 14 -------- stepmania/src/GameConstantsAndTypes.h | 2 -- stepmania/src/Notes.cpp | 45 +++++++++++++++++++----- stepmania/src/Notes.h | 18 +++++++--- stepmania/src/NotesLoaderSM.cpp | 24 +++++++------ stepmania/src/ScreenEvaluation.cpp | 19 +++++++++- stepmania/src/ScreenEvaluation.h | 2 ++ stepmania/src/ScreenGameplay.cpp | 17 ++++----- stepmania/src/ScreenGameplay.h | 4 +-- stepmania/src/ScreenSelectDifficulty.cpp | 3 +- stepmania/src/ScreenSelectDifficulty.h | 4 ++- stepmania/src/ScreenSelectMusic.cpp | 22 ++++++++---- stepmania/src/ScreenSelectMusic.h | 1 + stepmania/src/Song.cpp | 16 ++++++++- stepmania/src/StepMania.vcproj | 10 ++---- 22 files changed, 196 insertions(+), 128 deletions(-) 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