mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added module icons
This commit is contained in:
parent
c3c39150a3
commit
3646654ff3
@ -7,6 +7,7 @@ class CfgVehicles {
|
|||||||
function = QFUNC(moduleSettings);
|
function = QFUNC(moduleSettings);
|
||||||
isGlobal = 0;
|
isGlobal = 0;
|
||||||
author = ECSTRING(common,ACETeam);
|
author = ECSTRING(common,ACETeam);
|
||||||
|
icon = PATHTOF(ui\icon_module_map_gestures_ca.paa);
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class enabled {
|
class enabled {
|
||||||
displayName = CSTRING(enabled_DisplayName);
|
displayName = CSTRING(enabled_DisplayName);
|
||||||
@ -46,6 +47,7 @@ class CfgVehicles {
|
|||||||
function = QFUNC(moduleGroupSettings);
|
function = QFUNC(moduleGroupSettings);
|
||||||
isGlobal = 0;
|
isGlobal = 0;
|
||||||
author = ECSTRING(common,ACETeam);
|
author = ECSTRING(common,ACETeam);
|
||||||
|
icon = PATHTOF(ui\icon_module_map_gestures_ca.paa);
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class leadColor {
|
class leadColor {
|
||||||
displayName = CSTRING(leadColor_displayName);
|
displayName = CSTRING(leadColor_displayName);
|
||||||
|
BIN
addons/map_gestures/ui/icon_module_map_gestures_ca.paa
Normal file
BIN
addons/map_gestures/ui/icon_module_map_gestures_ca.paa
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user