From 6e9ca1f29fdcc3ebc80b8e5b70ca42f1e77050a9 Mon Sep 17 00:00:00 2001 From: ewew ukek Date: Fri, 5 Apr 2024 00:07:00 +0000 Subject: Rename hp bar color identifiers for clarity Continuation of https://git.themanaworld.org/mana/plus/-/merge_requests/68#note_12819 I've renamed `*_HP2` to `*_HP_BG` and updated their descriptions. I didn't touch configuration keys intentionally. "Renamed *_HP -> *_HP_FG. Also decided to keep descriptions as is or else they become unreadable." See merge request mana/plus!71 --- src/enums/gui/usercolorid.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/enums') diff --git a/src/enums/gui/usercolorid.h b/src/enums/gui/usercolorid.h index 541060899..3a5e91203 100644 --- a/src/enums/gui/usercolorid.h +++ b/src/enums/gui/usercolorid.h @@ -56,16 +56,16 @@ enumStart(UserColorId) PICKUP_INFO, EXP_INFO, LABEL_HP, - PLAYER_HP, - PLAYER_HP2, - MONSTER_HP, - MONSTER_HP2, - HOMUN_HP, - HOMUN_HP2, - MERC_HP, - MERC_HP2, - ELEMENTAL_HP, - ELEMENTAL_HP2, + PLAYER_HP_FG, + PLAYER_HP_BG, + MONSTER_HP_FG, + MONSTER_HP_BG, + HOMUN_HP_FG, + HOMUN_HP_BG, + MERC_HP_FG, + MERC_HP_BG, + ELEMENTAL_HP_FG, + ELEMENTAL_HP_BG, LABEL_HITS, HIT_PLAYER_MONSTER, HIT_MONSTER_PLAYER, -- cgit v1.2.3-70-g09d2