From 07e401fb2335d2372a93f37317f144449f7e872b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Jul 2012 18:18:22 +0300 Subject: Add new dye type A. Same as type S for colors + alpha channel. Example: equipment/feet/boots.png|A:#3c3c3cff,40332d40,4d4d4dff,5e4a3d40 here colors in format RRGGBBAA. --- src/gui/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index e01799ea7..108d736cd 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -851,7 +851,7 @@ void Theme::loadColors(std::string file) continue; mProgressColors[type] = new DyePalette(XML::getProperty(node, - "color", "")); + "color", ""), 6); } } } -- cgit v1.2.3-60-g2f50