From 24fb77131bf6a56c0a9db296c21e4182e303c0cb Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 15 Apr 2009 17:36:48 -0400 Subject: Non-neon-colored HP bars * Defaults for hp bar are more reasonable * Code::Blocks project file updated to include Desktop.cpp and Desktop.h --- src/gui/palette.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/palette.cpp') diff --git a/src/gui/palette.cpp b/src/gui/palette.cpp index 5395baf5..4c386f1f 100644 --- a/src/gui/palette.cpp +++ b/src/gui/palette.cpp @@ -132,9 +132,9 @@ Palette::Palette() : addColor(HIT_CRITICAL, 0xff0000, RAINBOW, indent + _("Critical Hit")); addColor(MISS, 0xffff00, STATIC, indent + _("Misses")); - addColor(HPBAR_FULL, 0x99ff00, STATIC, _("HP Bar")); - addColor(HPBAR_THREE_QUARTERS, 0xffff00, STATIC, indent + _("3/4 HP Bar")); - addColor(HPBAR_ONE_HALF, 0xff9900, STATIC, indent + _("1/2 HP Bar")); + addColor(HPBAR_FULL, 0x0f6a20, STATIC, _("HP Bar")); + addColor(HPBAR_THREE_QUARTERS, 0xc38948, STATIC, indent + _("3/4 HP Bar")); + addColor(HPBAR_ONE_HALF, 0xe28000, STATIC, indent + _("1/2 HP Bar")); addColor(HPBAR_ONE_QUARTER, 0xff0000, PULSE, indent + _("1/4 HP Bar")); commit(true); } -- cgit v1.2.3-70-g09d2