summaryrefslogtreecommitdiff
path: root/src/enums
diff options
context:
space:
mode:
authorewew ukek <ewewukek@gmail.com>2024-09-23 20:28:13 +0000
committerFedja Beader <fedja@protonmail.ch>2024-09-23 20:28:13 +0000
commitf9e62010fb73efb22476c64fe13947b0437b7633 (patch)
treed62f5fa36585331a3ade2c3ca067638cd4b989a8 /src/enums
parent8dc4ae48a375a1f217d13bcc356eb1aebed546a6 (diff)
downloadplus-f9e62010fb73efb22476c64fe13947b0437b7633.tar.gz
plus-f9e62010fb73efb22476c64fe13947b0437b7633.tar.bz2
plus-f9e62010fb73efb22476c64fe13947b0437b7633.tar.xz
plus-f9e62010fb73efb22476c64fe13947b0437b7633.zip
Show MP bar below HP bar
Adds a light blue bar for MP below player's HP bar. It shows only if M.Atk is above 0. I didn't add a checkbox to the settings to disable this, let me know if I should. Squashed with: * Sneak in another TODO * Sneak in a TODO **** mana/plus!68 Co-authored-by: Fedja Beader <fedja@protonmail.ch>
Diffstat (limited to 'src/enums')
-rw-r--r--src/enums/gui/usercolorid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/enums/gui/usercolorid.h b/src/enums/gui/usercolorid.h
index 3a5e91203..0607173bb 100644
--- a/src/enums/gui/usercolorid.h
+++ b/src/enums/gui/usercolorid.h
@@ -58,6 +58,8 @@ enumStart(UserColorId)
LABEL_HP,
PLAYER_HP_FG,
PLAYER_HP_BG,
+ PLAYER_MP_FG,
+ PLAYER_MP_BG,
MONSTER_HP_FG,
MONSTER_HP_BG,
HOMUN_HP_FG,