defined group colors as a init gvar

This commit is contained in:
Valmo Trindade
2025-06-17 03:54:56 -03:00
parent d9da877da6
commit 0453470f1f
3 changed files with 5 additions and 3 deletions

View File

@@ -45,4 +45,8 @@ addMissionEventHandler ["ExtensionCallback", {
"armatak" callExtension ["log",["error", (_name + _function + _data)]];
};
};
}];
}];
GVAR(group_colors) = ["White", "Yellow", "Orange", "Magenta", "Red", "Maroon", "Purple", "DarkBlue", "Blue", "Cyan", "Teal", "Green", "DarkGreen", "Brown"];
missionNamespace setVariable [QGVAR(group_colors), GVAR(group_colors)];