mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Module Icons
This commit is contained in:
parent
71d609f8e0
commit
656fa8868a
@ -54,7 +54,7 @@ class CfgVehicles {
|
|||||||
function = QFUNC(moduleInit);
|
function = QFUNC(moduleInit);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 0;
|
isGlobal = 0;
|
||||||
// icon = QUOTE(PATHTOF(UI\Icon_.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_mk6_ca.paa));
|
||||||
functionPriority = 0;
|
functionPriority = 0;
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class airResistanceEnabled {
|
class airResistanceEnabled {
|
||||||
@ -65,7 +65,7 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
class allowComputerRangefinder {
|
class allowComputerRangefinder {
|
||||||
displayName = "Allow MK6 Computer";
|
displayName = "Allow MK6 Computer";
|
||||||
description = "Show the Computer and Rangefinder (these should be removed if you enable air resistance)";
|
description = "Show the Computer and Rangefinder (these NEED to be removed if you enable air resistance)";
|
||||||
typeName = "BOOL";
|
typeName = "BOOL";
|
||||||
defaultValue = 0;
|
defaultValue = 0;
|
||||||
};
|
};
|
||||||
|
BIN
addons/mk6mortar/UI/Icon_Module_mk6_ca.paa
Normal file
BIN
addons/mk6mortar/UI/Icon_Module_mk6_ca.paa
Normal file
Binary file not shown.
BIN
extras/assets/icons/png/Icon_Module_mk6_ca.png
Normal file
BIN
extras/assets/icons/png/Icon_Module_mk6_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue
Block a user