Add New Icons

This commit is contained in:
PabstMirror 2015-06-03 00:55:20 -05:00
parent 5dc94487c5
commit 701aa7e343
3 changed files with 3 additions and 1 deletions

View File

@ -86,6 +86,7 @@ class CfgVehicles {
exceptions[] = {}; exceptions[] = {};
showDisabled = 0; showDisabled = 0;
priority = 0; priority = 0;
icon = QUOTE(PATHTOF(UI\Surrender_ca.paa));
}; };
class ACE_StopSurrenderingSelf { class ACE_StopSurrenderingSelf {
displayName = "$STR_ACE_Captives_StopSurrendering"; displayName = "$STR_ACE_Captives_StopSurrendering";
@ -94,6 +95,7 @@ class CfgVehicles {
exceptions[] = {"isNotSurrendering"}; exceptions[] = {"isNotSurrendering"};
showDisabled = 0; showDisabled = 0;
priority = 0; priority = 0;
icon = QUOTE(PATHTOF(UI\Surrender_ca.paa));
}; };
}; };
}; };
@ -182,7 +184,7 @@ class CfgVehicles {
displayName = "$STR_ACE_Captives_ModuleSettings_DisplayName"; displayName = "$STR_ACE_Captives_ModuleSettings_DisplayName";
function = QFUNC(moduleSettings); function = QFUNC(moduleSettings);
scope = 2; scope = 2;
icon = QUOTE(PATHTOF(UI\Icon_Module_Make_Unit_Surrender_ca.paa)); icon = QUOTE(PATHTOF(UI\Icon_Module_settings_ca.paa));
isGlobal = 1; isGlobal = 1;
class Arguments { class Arguments {
class allowHandcuffOwnSide { class allowHandcuffOwnSide {

Binary file not shown.

Binary file not shown.