mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
e9af086454
* Add selector color changing * Setup colors once at init
10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
[
|
|
QGVAR(selectorColor),
|
|
"COLOR",
|
|
localize LSTRING(SelectorColor),
|
|
format ["ACE %1", localize LSTRING(Category_InteractionMenu)],
|
|
[1, 0, 0],
|
|
false,
|
|
{GVAR(selectorColorHex) = _this call BIS_fnc_colorRGBtoHTML} // Stored in Hex to avoid constant conversion
|
|
] call CBA_settings_fnc_init;
|