diff --git a/stepmania/Themes/default/Fonts/DifficultyMeter ticks 2x1.png b/stepmania/Themes/default/Fonts/DifficultyMeter ticks 2x1.png new file mode 100644 index 0000000000..b195addcb0 Binary files /dev/null and b/stepmania/Themes/default/Fonts/DifficultyMeter ticks 2x1.png differ diff --git a/stepmania/Themes/default/Fonts/DifficultyMeter ticks.ini b/stepmania/Themes/default/Fonts/DifficultyMeter ticks.ini new file mode 100644 index 0000000000..e69de29bb2 diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index 7a9abb97e6..5337f6a497 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -2089,14 +2089,14 @@ LifePercentChangeLetGo=-0.080 Fallback="LifeMeterBar" [DifficultyMeter] -NumFeetInMeter=10 -MaxFeetInMeter=14 -AutoColorFeet=true -FeetX=0 -FeetY=0 -FeetOnCommand=shadowlength,0 -FeetDifficultyChangedCommand=%function(self) self:diffuse(DifficultyColor(self.Difficulty)) if self.Meter > 9 then self:glowshift() else self:stopeffect() end end -ShowFeet=false +NumTicks=10 +MaxTicks=14 +AutoColorTicks=true +TicksX=0 +TicksY=0 +TicksOnCommand=shadowlength,0 +TicksDifficultyChangedCommand=%function(self) self:diffuse(DifficultyColor(self.Difficulty)) if self.Meter > 9 then self:glowshift() else self:stopeffect() end end +ShowTicks=false ShowDifficulty=false ShowMeter=true ShowEditDescription=false