Added Slideshow module icon

This commit is contained in:
jonpas 2015-06-29 21:22:59 +02:00
parent 7e200afa04
commit 038de8b5cf
4 changed files with 2 additions and 2 deletions

View File

@ -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 \

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB