name cleanup: bar|feet -> ticks
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 322 B |
@@ -2089,14 +2089,14 @@ LifePercentChangeLetGo=-0.080
|
|||||||
Fallback="LifeMeterBar"
|
Fallback="LifeMeterBar"
|
||||||
|
|
||||||
[DifficultyMeter]
|
[DifficultyMeter]
|
||||||
NumFeetInMeter=10
|
NumTicks=10
|
||||||
MaxFeetInMeter=14
|
MaxTicks=14
|
||||||
AutoColorFeet=true
|
AutoColorTicks=true
|
||||||
FeetX=0
|
TicksX=0
|
||||||
FeetY=0
|
TicksY=0
|
||||||
FeetOnCommand=shadowlength,0
|
TicksOnCommand=shadowlength,0
|
||||||
FeetDifficultyChangedCommand=%function(self) self:diffuse(DifficultyColor(self.Difficulty)) if self.Meter > 9 then self:glowshift() else self:stopeffect() end end
|
TicksDifficultyChangedCommand=%function(self) self:diffuse(DifficultyColor(self.Difficulty)) if self.Meter > 9 then self:glowshift() else self:stopeffect() end end
|
||||||
ShowFeet=false
|
ShowTicks=false
|
||||||
ShowDifficulty=false
|
ShowDifficulty=false
|
||||||
ShowMeter=true
|
ShowMeter=true
|
||||||
ShowEditDescription=false
|
ShowEditDescription=false
|
||||||
|
|||||||
Reference in New Issue
Block a user