From b21764c99f3c64701c1bfa23748c945856dbe15a Mon Sep 17 00:00:00 2001 From: kitswas <90329875+kitswas@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:53:57 +0530 Subject: [PATCH] Added tick mark for the upcoming threshold --- common/src/comp/poise.rs | 10 ++++++++++ voxygen/src/hud/img_ids.rs | 1 + voxygen/src/hud/skillbar.rs | 11 +++++++++++ 3 files changed, 22 insertions(+) diff --git a/common/src/comp/poise.rs b/common/src/comp/poise.rs index 45ad9d91da..117576c1a6 100644 --- a/common/src/comp/poise.rs +++ b/common/src/comp/poise.rs @@ -55,6 +55,8 @@ pub struct Poise { pub regen_rate: f32, /// Time that entity was last in a poise state last_stun_time: Option