Changed SnapPoints color for better visibility

White is mostly very hard to see.
This commit is contained in:
He-Man 2018-01-09 20:03:20 +01:00
parent ad36d16335
commit 134627d08b

View File

@ -141,7 +141,7 @@ if (EPOCH_drawIcon3d) then {
_distance = player distance _x;
if (_distance < 9) then {
_pos = _x;
_color = [1, 1, 1, 0.7];
_color = [1, 1, 0, 0.7];
_size = 1;
drawIcon3D["x\addons\a3_epoch_code\Data\UI\snap_ca.paa", _color, _pos, _size, _size, 0, "", 1, _size / 60, "PuristaMedium"];
};