diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index d4ae5fb76c..2800677064 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -2070,16 +2070,16 @@ TicksX=0 TicksY=0 TicksOnCommand=shadowlength,0;shadowcolor,color("#FFFFFF"); ShowMeter=1 +ZeroMeterString="?" MeterX=92 MeterY=-1 MeterOnCommand=shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#00000077"); +MeterSetCommand=%function(self,param) self:diffuse(DifficultyDisplayTypeToColor(param.DifficultyDisplayType)); end ShowDescription=true DescriptionX=-110 DescriptionY=-1 DescriptionOnCommand=shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#00000077");maxwidth,150 DescriptionSetCommand=%function(self,param) self:diffuse(DifficultyDisplayTypeToColor(param.DifficultyDisplayType)); end -ZeroMeterString="?" -MeterSetCommand=%function(self,param) self:diffuse(DifficultyDisplayTypeToColor(param.DifficultyDisplayType)); end [DifficultyDisplayGameplay] Fallback="DifficultyDisplay"