mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Restore Interaction Icon
This commit is contained in:
parent
5d950e8fad
commit
600c7aed97
@ -10,7 +10,7 @@ class CfgVehicles {
|
||||
statement = QUOTE([DISPLAY_MODE_DISPLAY] call FUNC(openDisplay));
|
||||
showDisabled = 0;
|
||||
priority = 0.2;
|
||||
icon = QUOTE(PATHTOF(data\icon_microDAGR.paa));
|
||||
icon = QUOTE(PATHTOF(UI\icon_microDAGR.paa));
|
||||
exceptions[] = {"notOnMap"};
|
||||
};
|
||||
class GVAR(configure) {
|
||||
@ -20,7 +20,7 @@ class CfgVehicles {
|
||||
statement = QUOTE([DISPLAY_MODE_DIALOG] call FUNC(openDisplay));
|
||||
showDisabled = 0;
|
||||
priority = 0.1;
|
||||
icon = QUOTE(PATHTOF(data\icon_microDAGR.paa));
|
||||
icon = QUOTE(PATHTOF(UI\icon_microDAGR.paa));
|
||||
exceptions[] = {"notOnMap"};
|
||||
};
|
||||
class GVAR(close) {
|
||||
@ -29,7 +29,7 @@ class CfgVehicles {
|
||||
statement = QUOTE([DISPLAY_MODE_CLOSED] call FUNC(openDisplay));
|
||||
showDisabled = 0;
|
||||
priority = 0.3;
|
||||
icon = QUOTE(PATHTOF(data\icon_microDAGR.paa));
|
||||
icon = QUOTE(PATHTOF(UI\icon_microDAGR.paa));
|
||||
exceptions[] = {"notOnMap"};
|
||||
};
|
||||
};
|
||||
@ -73,5 +73,4 @@ class CfgVehicles {
|
||||
MACRO_ADDITEM(ACE_microDAGR,10);
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
BIN
addons/microdagr/UI/icon_microDAGR.paa
Normal file
BIN
addons/microdagr/UI/icon_microDAGR.paa
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user