mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add Tagging module icon
This commit is contained in:
parent
4b8f203f9b
commit
e3a70c6d3b
@ -7,7 +7,7 @@ class CfgVehicles {
|
||||
function = QFUNC(moduleInit);
|
||||
scope = 2;
|
||||
isGlobal = 1;
|
||||
//icon = QPATHTOF(UI\Icon_Module_Tagging_ca.paa);//@todo
|
||||
icon = QPATHTOF(UI\Icon_Module_Tagging_ca.paa);
|
||||
class Arguments {
|
||||
class quickTag {
|
||||
displayName = CSTRING(QuickTag);
|
||||
|
BIN
addons/tagging/UI/Icon_Module_Tagging_ca.paa
Normal file
BIN
addons/tagging/UI/Icon_Module_Tagging_ca.paa
Normal file
Binary file not shown.
@ -2,8 +2,8 @@
|
||||
#define COMPONENT_BEAUTIFIED Tagging
|
||||
#include "\z\ace\addons\main\script_mod.hpp"
|
||||
|
||||
#define DEBUG_MODE_FULL
|
||||
#define DISABLE_COMPILE_CACHE
|
||||
// #define DEBUG_MODE_FULL
|
||||
// #define DISABLE_COMPILE_CACHE
|
||||
// #define CBA_DEBUG_SYNCHRONOUS
|
||||
// #define ENABLE_PERFORMANCE_COUNTERS
|
||||
|
||||
|
BIN
extras/assets/icons/Icon_Module_png/Icon_Module_Tagging_ca.png
Normal file
BIN
extras/assets/icons/Icon_Module_png/Icon_Module_Tagging_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Loading…
Reference in New Issue
Block a user