mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 20:51:35 +00:00
moved hud placement of armor to the left
quick fix for patch - to revisit this later
This commit is contained in:
parent
8623211c9f
commit
10c6634b86
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const float kPlayerStatusStatusSpacing = .02f;
|
|||
|
||||
// health armor inset (it is inset by the alien energy indicator for aliens)
|
||||
const float kHealthLeftInset = .05f;
|
||||
const float kArmorLeftInset = .2f;
|
||||
const float kArmorLeftInset = .1f;
|
||||
|
||||
// blip size
|
||||
const float kWorldBlipScale = 100;
|
||||
|
|
Loading…
Reference in a new issue