From 8606e95b5c8a5fadde99a253de91a661454460db Mon Sep 17 00:00:00 2001 From: Falkreon Date: Wed, 15 Apr 2009 00:44:52 -0400 Subject: HP Bar Gradual Changes Config (+ bugfixes) * Setup menu now has settings for the HP bar colors. * StatusWindow handles HP bar changes a little more consistently. * Fixed a bug that cut weightedAverage values in half, making the HP bar very dark. --- src/gui/palette.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/palette.h') diff --git a/src/gui/palette.h b/src/gui/palette.h index 222b4256..6a9fc937 100644 --- a/src/gui/palette.h +++ b/src/gui/palette.h @@ -95,6 +95,10 @@ class Palette : public gcn::ListModel ENTRY(HIT_MONSTER_PLAYER)\ ENTRY(HIT_CRITICAL)\ ENTRY(MISS)\ + ENTRY(HPBAR_FULL)\ + ENTRY(HPBAR_THREE_QUARTERS)\ + ENTRY(HPBAR_ONE_HALF)\ + ENTRY(HPBAR_ONE_QUARTER)\ LASTENTRY(TYPE_COUNT) TEXTENUM(ColorType, COLOR_TYPE); -- cgit v1.2.3-70-g09d2