mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update UAV battery icon from AGM
This commit is contained in:
parent
1a9b25c70e
commit
0805d5b640
@ -10,7 +10,7 @@ class CfgVehicles {
|
|||||||
statement = QUOTE([ARR_2(_player, _target)] call FUNC(refuelUAV));
|
statement = QUOTE([ARR_2(_player, _target)] call FUNC(refuelUAV));
|
||||||
showDisabled = 0; \
|
showDisabled = 0; \
|
||||||
priority = 1.245; \
|
priority = 1.245; \
|
||||||
icon = QUOTE(PATHTOF(ui\UAV_battery.paa));
|
icon = QUOTE(PATHTOF(ui\UAV_battery_ca.paa));
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -7,7 +7,7 @@ class CfgWeapons {
|
|||||||
displayName = "$STR_ACE_logistics_uavbattery_Battery_Name";
|
displayName = "$STR_ACE_logistics_uavbattery_Battery_Name";
|
||||||
descriptionShort = "$STR_ACE_logistics_uavbattery_Battery_Description";
|
descriptionShort = "$STR_ACE_logistics_uavbattery_Battery_Description";
|
||||||
model = QUOTE(PATHTOF(models\ace_battery.p3d));
|
model = QUOTE(PATHTOF(models\ace_battery.p3d));
|
||||||
picture = QUOTE(PATHTOF(ui\UAV_battery.paa));
|
picture = QUOTE(PATHTOF(ui\UAV_battery_ca.paa));
|
||||||
class ItemInfo: InventoryItem_Base_F {
|
class ItemInfo: InventoryItem_Base_F {
|
||||||
mass = 20;
|
mass = 20;
|
||||||
};
|
};
|
||||||
|
Binary file not shown.
BIN
addons/logistics_uavbattery/ui/UAV_battery_ca.paa
Normal file
BIN
addons/logistics_uavbattery/ui/UAV_battery_ca.paa
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user