name cleanup: bar|feet -> ticks

This commit is contained in:
Chris Danford
2007-02-22 00:52:25 +00:00
parent 136eb055b0
commit 177ba89cb8
3 changed files with 8 additions and 8 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

+8 -8
View File
@@ -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