moved hud placement of armor to the left

quick fix for patch - to revisit this later
This commit is contained in:
pierow 2018-08-13 17:30:53 -04:00
parent 8623211c9f
commit 10c6634b86
1 changed files with 1 additions and 1 deletions

View File

@ -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;