mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add missing icons
This commit is contained in:
parent
074bf4ba6d
commit
c44b944044
@ -87,6 +87,7 @@ class CfgVehicles {
|
||||
displayName = "LSD Vehicles";
|
||||
function = "ACE_Common_fnc_moduleLSDVehicles";
|
||||
scope = 2;
|
||||
icon = QUOTE(PATHTOF(UI\Icon_Module_LSD_ca.paa));
|
||||
isGlobal = 1;
|
||||
class Arguments {
|
||||
};
|
||||
|
BIN
addons/common/UI/Icon_Module_LSD_ca.paa
Normal file
BIN
addons/common/UI/Icon_Module_LSD_ca.paa
Normal file
Binary file not shown.
@ -48,12 +48,12 @@ class CfgVehicles {
|
||||
function = QFUNC(moduleMapFill);
|
||||
scope = 2;
|
||||
isGlobal = 1;
|
||||
// icon = QUOTE(PATHTOF(ui\IconLock_ca.paa));
|
||||
icon = QUOTE(PATHTOF(UI\Icon_Module_microDAGR_ca.paa));
|
||||
functionPriority = 0;
|
||||
class Arguments {
|
||||
class MapDataAvailable {
|
||||
displayName = "MicroDAGR Map Fill"; // Argument label
|
||||
description = "How much map data is filled on MicroDAGRs "; // Tooltip description
|
||||
description = "How much map data is filled on MicroDAGR's "; // Tooltip description
|
||||
typeName = "NUMBER"; // Value type, can be "NUMBER", "STRING" or "BOOL"
|
||||
class values {
|
||||
class None {name = "Full Satellite + Buildings"; value = MAP_DETAIL_SAT; default = 1;};
|
||||
@ -63,7 +63,7 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
class ModuleDescription: ModuleDescription {
|
||||
description = "Controls how muchdata is filled in the microDAGR items. Less data restricts the map view to show less on the minimap.<br/>Source: microDAGR.pbo";
|
||||
description = "Controls how much data is filled on the microDAGR items. Less data restricts the map view to show less on the minimap.<br/>Source: microDAGR.pbo";
|
||||
};
|
||||
};
|
||||
|
||||
|
BIN
addons/microdagr/UI/Icon_Module_microDAGR_ca.paa
Normal file
BIN
addons/microdagr/UI/Icon_Module_microDAGR_ca.paa
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
extras/assets/icons/png/Icon_Module_LSD_ca.png
Normal file
BIN
extras/assets/icons/png/Icon_Module_LSD_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
extras/assets/icons/png/Icon_Module_microDAGR_ca.png
Normal file
BIN
extras/assets/icons/png/Icon_Module_microDAGR_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue
Block a user