From f9e62010fb73efb22476c64fe13947b0437b7633 Mon Sep 17 00:00:00 2001 From: ewew ukek Date: Mon, 23 Sep 2024 20:28:13 +0000 Subject: 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 --- src/enums/gui/usercolorid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/enums') 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, -- cgit v1.2.3-70-g09d2