mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update addons/ui_units/config.cpp
Co-Authored-By: Dedmen Miller <dedmen@users.noreply.github.com>
This commit is contained in:
parent
35c82f2bce
commit
292ba02439
@ -29,7 +29,12 @@ class RscInGameUI {
|
||||
|
||||
class GVAR(alt): RscText {
|
||||
style = 1;
|
||||
colorText[] = {"(profileNamespace getVariable ['IGUI_TEXT_RGB_R',0])","(profileNamespace getVariable ['IGUI_TEXT_RGB_G',1])","(profileNamespace getVariable ['IGUI_TEXT_RGB_B',1])","(profileNamespace getVariable ['IGUI_TEXT_RGB_A',0.8])"};
|
||||
colorText[] = {
|
||||
"(profileNamespace getVariable ['IGUI_TEXT_RGB_R',0])",
|
||||
"(profileNamespace getVariable ['IGUI_TEXT_RGB_G',1])",
|
||||
"(profileNamespace getVariable ['IGUI_TEXT_RGB_B',1])",
|
||||
"(profileNamespace getVariable ['IGUI_TEXT_RGB_A',0.8])"
|
||||
};
|
||||
text = "9999";
|
||||
x = 6.3 * GUI_GRID_W + (profileNamespace getVariable ["IGUI_GRID_VEHICLE_X", (safezoneX + 0.5 * GUI_GRID_W)]);
|
||||
y = 2.3 * GUI_GRID_H + (profileNamespace getVariable ["IGUI_GRID_VEHICLE_Y", (safezoneY + 0.5 * GUI_GRID_H)]);
|
||||
|
Loading…
Reference in New Issue
Block a user