Add Tagging module icon

This commit is contained in:
jonpas 2016-07-24 20:08:53 +02:00
parent 4b8f203f9b
commit e3a70c6d3b
5 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ class CfgVehicles {
function = QFUNC(moduleInit); function = QFUNC(moduleInit);
scope = 2; scope = 2;
isGlobal = 1; isGlobal = 1;
//icon = QPATHTOF(UI\Icon_Module_Tagging_ca.paa);//@todo icon = QPATHTOF(UI\Icon_Module_Tagging_ca.paa);
class Arguments { class Arguments {
class quickTag { class quickTag {
displayName = CSTRING(QuickTag); displayName = CSTRING(QuickTag);

Binary file not shown.

View File

@ -2,8 +2,8 @@
#define COMPONENT_BEAUTIFIED Tagging #define COMPONENT_BEAUTIFIED Tagging
#include "\z\ace\addons\main\script_mod.hpp" #include "\z\ace\addons\main\script_mod.hpp"
#define DEBUG_MODE_FULL // #define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE // #define DISABLE_COMPILE_CACHE
// #define CBA_DEBUG_SYNCHRONOUS // #define CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS // #define ENABLE_PERFORMANCE_COUNTERS

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB