Merge pull request #3951 from acemod/iconMineDetectorActions

Add icons for mine detector actions
This commit is contained in:
Glowbal 2016-06-19 09:36:35 +02:00 committed by GitHub
commit ca4741245b
4 changed files with 1461 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class CfgVehicles {
statement = QUOTE(call FUNC(activateDetector));
showDisabled = 0;
priority = 0.1;
icon = ""; // TODO add icon
icon = QPATHTOF(ui\icon_mineDetectorOn.paa);
exceptions[] = {};
};
class GVAR(deactivate) {
@ -26,7 +26,7 @@ class CfgVehicles {
statement = QUOTE(call FUNC(deactivateDetector));
showDisabled = 0;
priority = 0.1;
icon = ""; // TODO add icon
icon = QPATHTOF(ui\icon_mineDetectorOff.paa);
exceptions[] = {};
};
};

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long