bsimser / Inventory-Pro

https://devdog.io
MIT License
2 stars 0 forks source link

HealthBar on 0 etc #185

Closed bsimser closed 8 years ago

bsimser commented 8 years ago

Original report by John (Bitbucket: FlameFalcon, GitHub: FlameFalcon).


For the "UIShowStat" the "UIShowValueModel > Repaint > SetActive(slider, current > 0.001f);" I commented out the "SetActive" don't know if this want's to be removed or have a bool "HideSliderAtZero". As my bar was disabling at "0" and tracked it down to that line.

bsimser commented 8 years ago

Original comment by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


UIShowValueModel has a new option, hide slider when empty for more control (fixes #185)

bsimser commented 8 years ago

Original comment by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


UIShowValueModel has a new option, hide slider when empty for more control (fixes #185)