update
This commit is contained in:
@@ -2287,11 +2287,11 @@ Fallback=LifeMeterBar
|
|||||||
[DifficultyMeter]
|
[DifficultyMeter]
|
||||||
NumFeetInMeter=10
|
NumFeetInMeter=10
|
||||||
MaxFeetInMeter=14
|
MaxFeetInMeter=14
|
||||||
GlowIfMeterGreaterThan=9
|
AutoColorFeet=1
|
||||||
FeetX=0
|
FeetX=0
|
||||||
FeetY=0
|
FeetY=0
|
||||||
FeetOnCommand=shadowlength,2
|
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
|
ShowFeet=1
|
||||||
ShowDifficulty=0
|
ShowDifficulty=0
|
||||||
ShowMeter=0
|
ShowMeter=0
|
||||||
@@ -2300,33 +2300,24 @@ ZeroMeterString=?
|
|||||||
|
|
||||||
[EditDifficultyMeter]
|
[EditDifficultyMeter]
|
||||||
Fallback=DifficultyMeter
|
Fallback=DifficultyMeter
|
||||||
NumFeetInMeter=10
|
|
||||||
MaxFeetInMeter=14
|
|
||||||
GlowIfMeterGreaterThan=9
|
|
||||||
FeetX=0
|
|
||||||
FeetY=0
|
|
||||||
FeetOnCommand=shadowlength,2
|
|
||||||
AutoColorFeet=1
|
|
||||||
ShowFeet=1
|
|
||||||
ShowDifficulty=0
|
|
||||||
ShowMeter=1
|
ShowMeter=1
|
||||||
MeterX=-70
|
MeterX=-70
|
||||||
MeterY=0
|
MeterY=0
|
||||||
MeterOnCommand=ShadowLength,2;zoom,0.7
|
MeterOnCommand=ShadowLength,2;zoom,0.7
|
||||||
MeterOffCommand=
|
MeterOffCommand=
|
||||||
MeterSetNoneCommand=
|
MeterSetNoneCommand=
|
||||||
MeterSetBeginnerCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_BEGINNER)
|
MeterSetBeginnerCommand=diffuse,DifficultyColor(DIFFICULTY_BEGINNER)
|
||||||
MeterSetEasyCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_EASY)
|
MeterSetEasyCommand=diffuse,DifficultyColor(DIFFICULTY_EASY)
|
||||||
MeterSetMediumCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_MEDIUM)
|
MeterSetMediumCommand=diffuse,DifficultyColor(DIFFICULTY_MEDIUM)
|
||||||
MeterSetHardCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_HARD)
|
MeterSetHardCommand=diffuse,DifficultyColor(DIFFICULTY_HARD)
|
||||||
MeterSetChallengeCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_CHALLENGE)
|
MeterSetChallengeCommand=diffuse,DifficultyColor(DIFFICULTY_CHALLENGE)
|
||||||
MeterSetEditCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_EDIT)
|
MeterSetEditCommand=diffuse,DifficultyColor(DIFFICULTY_EDIT)
|
||||||
MeterSetBeginnerCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_BEGINNER)
|
MeterSetBeginnerCourseCommand=diffuse,DifficultyColor(DIFFICULTY_BEGINNER)
|
||||||
MeterSetEasyCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_EASY)
|
MeterSetEasyCourseCommand=diffuse,DifficultyColor(DIFFICULTY_EASY)
|
||||||
MeterSetRegularCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_MEDIUM)
|
MeterSetRegularCourseCommand=diffuse,DifficultyColor(DIFFICULTY_MEDIUM)
|
||||||
MeterSetDifficultCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_HARD)
|
MeterSetDifficultCourseCommand=diffuse,DifficultyColor(DIFFICULTY_HARD)
|
||||||
MeterSetChallengeCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_CHALLENGE)
|
MeterSetChallengeCourseCommand=diffuse,DifficultyColor(DIFFICULTY_CHALLENGE)
|
||||||
MeterSetEditCourseCommand=@"diffuse,"..DifficultyColor(DIFFICULTY_EDIT)
|
MeterSetEditCourseCommand=diffuse,DifficultyColor(DIFFICULTY_EDIT)
|
||||||
ZeroMeterString=
|
ZeroMeterString=
|
||||||
|
|
||||||
[ScreenWithMenuElements]
|
[ScreenWithMenuElements]
|
||||||
@@ -2610,12 +2601,6 @@ SongGroupColor6=0.8,0.6,0.0,1 // orange
|
|||||||
SongGroupColor7=1.0,0.3,0.3,1 // light red
|
SongGroupColor7=1.0,0.3,0.3,1 // light red
|
||||||
NumCourseGroupColors=1
|
NumCourseGroupColors=1
|
||||||
CourseGroupColor1=1,1,1,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
|
ExtraColor=1.0,0.0,0.0,1.0 // red
|
||||||
ExtraColorMeter=10
|
ExtraColorMeter=10
|
||||||
|
|
||||||
@@ -3673,10 +3658,12 @@ NumberOnCommand=shadowlength,0
|
|||||||
FootX=SCREEN_CENTER_X-222
|
FootX=SCREEN_CENTER_X-222
|
||||||
FootY=-8
|
FootY=-8
|
||||||
FootOnCommand=shadowlength,0
|
FootOnCommand=shadowlength,0
|
||||||
|
FootDifficultyChangedCommand=diffuse,DifficultyColor(self.Difficulty)
|
||||||
SeparateCourseMeters=0
|
SeparateCourseMeters=0
|
||||||
DifficultyX=SCREEN_CENTER_X-200
|
DifficultyX=SCREEN_CENTER_X-200
|
||||||
DifficultyY=-8
|
DifficultyY=-8
|
||||||
DifficultyOnCommand=zoom,0.7;shadowlength,0
|
DifficultyOnCommand=zoom,0.7;shadowlength,0
|
||||||
|
DifficultyDifficultyChangedCommand=diffuse,DifficultyColor(self.Difficulty)
|
||||||
ModifiersX=SCREEN_CENTER_X-192
|
ModifiersX=SCREEN_CENTER_X-192
|
||||||
ModifiersY=SCREEN_CENTER_Y-230
|
ModifiersY=SCREEN_CENTER_Y-230
|
||||||
ModifiersOnCommand=horizalign,right;zoom,0.5;shadowlength,0
|
ModifiersOnCommand=horizalign,right;zoom,0.5;shadowlength,0
|
||||||
|
|||||||
Reference in New Issue
Block a user