blue for selected element in production

This commit is contained in:
Christian 2017-09-01 09:38:34 +02:00
parent c5ad4094b0
commit f78d5ac98c
2 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,7 @@
#define COLOR_RED_DISABLED { 1,0,0,0.4 }
#define COLOR_BLEEDOUT { 0.66,0,0,0.8 }
#define COLOR_BRIGHTGREEN { 0.2,1,0.2,1 }
#define COLOR_BLUE {0.2,0.2,1,1}
#define SHADOW_X 0.0008
#define SHADOW_Y 0.0011

View File

@ -79,6 +79,8 @@ class liberation_production {
class ProductionList : StdListBox {
idc = 75802;
colorSelect[] = COLOR_BLUE;
colorSelect2[] = COLOR_BLUE;
x = (0.2 * safezoneW + safezoneX) - (0.5 * BORDERSIZE);
y = (0.2 * safezoneH + safezoneY) - (0.75 * BORDERSIZE);
w = (0.12 * safezoneW) + BORDERSIZE;