summaryrefslogtreecommitdiff
path: root/src/gui/userpalette.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-18 15:37:29 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-18 15:37:29 +0300
commitf9f506fcf38e87f34d8a48af859889279d391713 (patch)
treeecd96455a754881358183bc75f9cea6f1dd75e25 /src/gui/userpalette.cpp
parent5ec1b3eaa504bc8f9443a340e579e000d4516651 (diff)
downloadManaVerse-f9f506fcf38e87f34d8a48af859889279d391713.tar.gz
ManaVerse-f9f506fcf38e87f34d8a48af859889279d391713.tar.bz2
ManaVerse-f9f506fcf38e87f34d8a48af859889279d391713.tar.xz
ManaVerse-f9f506fcf38e87f34d8a48af859889279d391713.zip
Add own configurable color for skill attack range.
Diffstat (limited to 'src/gui/userpalette.cpp')
-rw-r--r--src/gui/userpalette.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/userpalette.cpp b/src/gui/userpalette.cpp
index a7fba6399..d52463425 100644
--- a/src/gui/userpalette.cpp
+++ b/src/gui/userpalette.cpp
@@ -85,6 +85,7 @@ const std::string ColorTypeNames[CAST_SIZE(
"ColorAttackRange",
"ColorAttackRangeBorder",
"ColorMonsterAttackRange",
+ "ColorSkillAttackRange",
"",
"ColorFloorItemText",
"ColorHomePlace",
@@ -378,6 +379,12 @@ UserPalette::UserPalette() :
// TRANSLATORS: palette color
_("Monster attack range"),
20);
+ addColor(UserColorId::SKILL_ATTACK_RANGE,
+ 0x0,
+ GradientType::STATIC,
+ // TRANSLATORS: palette color
+ _("Skill attack range border"),
+ 76);
addLabel(UserColorId::LABEL_OTHER,
// TRANSLATORS: palette label
_("Other"));