mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added module icon, removed comment
This commit is contained in:
parent
36d4d01a30
commit
f1f9ee1365
@ -7,7 +7,7 @@ class CfgVehicles {
|
|||||||
function = QFUNC(moduleInit);
|
function = QFUNC(moduleInit);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
//icon = QUOTE(PATHTOF(UI\Icon_Module_Sitting_ca.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_Sitting_ca.paa));
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class enable {
|
class enable {
|
||||||
displayName = CSTRING(Enable);
|
displayName = CSTRING(Enable);
|
||||||
@ -30,7 +30,6 @@ class CfgVehicles {
|
|||||||
statement = QUOTE(_player call FUNC(stand));
|
statement = QUOTE(_player call FUNC(stand));
|
||||||
priority = 0;
|
priority = 0;
|
||||||
icon = PATHTOF(UI\stand_ca.paa);
|
icon = PATHTOF(UI\stand_ca.paa);
|
||||||
//add exception isNotSitting to everything that shouldn't be available (eg. medical)
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
BIN
addons/sitting/UI/Icons_Module_Sitting_ca.paa
Normal file
BIN
addons/sitting/UI/Icons_Module_Sitting_ca.paa
Normal file
Binary file not shown.
Binary file not shown.
BIN
extras/assets/icons/png/Icon_Module/Icons_Module_Sitting_ca.png
Normal file
BIN
extras/assets/icons/png/Icon_Module/Icons_Module_Sitting_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Loading…
Reference in New Issue
Block a user