From 63687f7c5a5abfec0beb7f939eb1042bdc408474 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 31 Aug 2005 02:18:04 +0000 Subject: [PATCH] update --- stepmania/Themes/default/metrics.ini | 45 ++++++++++------------------ 1 file changed, 16 insertions(+), 29 deletions(-) diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index 601ae35ef3..81d22c6190 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -2287,11 +2287,11 @@ Fallback=LifeMeterBar [DifficultyMeter] NumFeetInMeter=10 MaxFeetInMeter=14 -GlowIfMeterGreaterThan=9 +AutoColorFeet=1 FeetX=0 FeetY=0 FeetOnCommand=shadowlength,2 -AutoColorFeet=1 +FeetDifficultyChangedCommand=%function(self) self:diffuse(DifficultyColor(self.Difficulty)) if self.Meter > 9 then self:glowshift() else self:stopeffect() end end ShowFeet=1 ShowDifficulty=0 ShowMeter=0 @@ -2300,33 +2300,24 @@ ZeroMeterString=? [EditDifficultyMeter] Fallback=DifficultyMeter -NumFeetInMeter=10 -MaxFeetInMeter=14 -GlowIfMeterGreaterThan=9 -FeetX=0 -FeetY=0 -FeetOnCommand=shadowlength,2 -AutoColorFeet=1 -ShowFeet=1 -ShowDifficulty=0 ShowMeter=1 MeterX=-70 MeterY=0 MeterOnCommand=ShadowLength,2;zoom,0.7 MeterOffCommand= MeterSetNoneCommand= -MeterSetBeginnerCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_BEGINNER) -MeterSetEasyCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_EASY) -MeterSetMediumCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_MEDIUM) -MeterSetHardCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_HARD) -MeterSetChallengeCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_CHALLENGE) -MeterSetEditCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_EDIT) -MeterSetBeginnerCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_BEGINNER) -MeterSetEasyCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_EASY) -MeterSetRegularCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_MEDIUM) -MeterSetDifficultCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_HARD) -MeterSetChallengeCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_CHALLENGE) -MeterSetEditCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_EDIT) +MeterSetBeginnerCommand=diffuse,DifficultyColor(DIFFICULTY_BEGINNER) +MeterSetEasyCommand=diffuse,DifficultyColor(DIFFICULTY_EASY) +MeterSetMediumCommand=diffuse,DifficultyColor(DIFFICULTY_MEDIUM) +MeterSetHardCommand=diffuse,DifficultyColor(DIFFICULTY_HARD) +MeterSetChallengeCommand=diffuse,DifficultyColor(DIFFICULTY_CHALLENGE) +MeterSetEditCommand=diffuse,DifficultyColor(DIFFICULTY_EDIT) +MeterSetBeginnerCourseCommand=diffuse,DifficultyColor(DIFFICULTY_BEGINNER) +MeterSetEasyCourseCommand=diffuse,DifficultyColor(DIFFICULTY_EASY) +MeterSetRegularCourseCommand=diffuse,DifficultyColor(DIFFICULTY_MEDIUM) +MeterSetDifficultCourseCommand=diffuse,DifficultyColor(DIFFICULTY_HARD) +MeterSetChallengeCourseCommand=diffuse,DifficultyColor(DIFFICULTY_CHALLENGE) +MeterSetEditCourseCommand=diffuse,DifficultyColor(DIFFICULTY_EDIT) ZeroMeterString= [ScreenWithMenuElements] @@ -2610,12 +2601,6 @@ SongGroupColor6=0.8,0.6,0.0,1 // orange SongGroupColor7=1.0,0.3,0.3,1 // light red NumCourseGroupColors=1 CourseGroupColor1=1,1,1,1 -BeginnerColor=@DifficultyColor(DIFFICULTY_BEGINNER) -EasyColor=@DifficultyColor(DIFFICULTY_EASY) -MediumColor=@DifficultyColor(DIFFICULTY_MEDIUM) -HardColor=@DifficultyColor(DIFFICULTY_HARD) -ChallengeColor=@DifficultyColor(DIFFICULTY_CHALLENGE) -EditColor=@DifficultyColor(DIFFICULTY_EDIT) ExtraColor=1.0,0.0,0.0,1.0 // red ExtraColorMeter=10 @@ -3673,10 +3658,12 @@ NumberOnCommand=shadowlength,0 FootX=SCREEN_CENTER_X-222 FootY=-8 FootOnCommand=shadowlength,0 +FootDifficultyChangedCommand=diffuse,DifficultyColor(self.Difficulty) SeparateCourseMeters=0 DifficultyX=SCREEN_CENTER_X-200 DifficultyY=-8 DifficultyOnCommand=zoom,0.7;shadowlength,0 +DifficultyDifficultyChangedCommand=diffuse,DifficultyColor(self.Difficulty) ModifiersX=SCREEN_CENTER_X-192 ModifiersY=SCREEN_CENTER_Y-230 ModifiersOnCommand=horizalign,right;zoom,0.5;shadowlength,0