Add setting 'hudbars_autohide_stamina' to disable hiding stamina

This commit is contained in:
Jordan Irwin
2017-08-12 07:57:21 -07:00
parent fd5df30755
commit 192f73e71a
2 changed files with 10 additions and 3 deletions

View File

@ -33,3 +33,7 @@ sprint_breath (Breath) bool true
#The amount of air to drain while sprinting under water
sprint_breath_drain (Breath drain) float 1
#If enabled (default), the stamina indicators in the HUD will be automatically hidden shortly
#after stamina has filled up. Otherwise, stamina will always be displayed.
hudbars_autohide_stamina (Automatically hide staminal indicator) bool true