mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added Slideshow module icon
This commit is contained in:
parent
7e200afa04
commit
038de8b5cf
@ -9,7 +9,7 @@ class CfgVehicles {
|
|||||||
isGlobal = 0; // Server only
|
isGlobal = 0; // Server only
|
||||||
isTriggerActivated = 0;
|
isTriggerActivated = 0;
|
||||||
isDisposable = 0;
|
isDisposable = 0;
|
||||||
//icon = QUOTE(PATHTOF(UI\Icon_Module_Slideshow_ca.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_Slideshow_ca.paa));
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class Objects {
|
class Objects {
|
||||||
displayName = CSTRING(Objects_DisplayName);
|
displayName = CSTRING(Objects_DisplayName);
|
||||||
@ -45,7 +45,7 @@ class CfgVehicles {
|
|||||||
class ModuleDescription {
|
class ModuleDescription {
|
||||||
description = CSTRING(Description);
|
description = CSTRING(Description);
|
||||||
|
|
||||||
// Every object in this must be initialized with GVAR(Slides) Action applied, as well as 2 of below macros
|
// Every object in this must be initialized with GVAR(slides) Action applied, as well as 2 of below macros
|
||||||
sync[] = {CLASSNAMES_OBJECTS, CLASSNAMES_BOTH, CLASSNAMES_CONTROLLERS};
|
sync[] = {CLASSNAMES_OBJECTS, CLASSNAMES_BOTH, CLASSNAMES_CONTROLLERS};
|
||||||
|
|
||||||
#define MACRO_SYNC \
|
#define MACRO_SYNC \
|
||||||
|
BIN
addons/slideshow/UI/Icon_Module_Slideshow_ca.paa
Normal file
BIN
addons/slideshow/UI/Icon_Module_Slideshow_ca.paa
Normal file
Binary file not shown.
Binary file not shown.
BIN
extras/assets/icons/png/Icon_Module/Icon_Module_Slideshow_ca.png
Normal file
BIN
extras/assets/icons/png/Icon_Module/Icon_Module_Slideshow_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in New Issue
Block a user