Skip to content

Commit 7baa66d

Browse files
committed
Nicer Icons
1 parent b5a4bdb commit 7baa66d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

addons/modules/CfgVehicles.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,18 +315,21 @@ class CfgVehicles {
315315
category = QGVAR(Projectiles);
316316
displayName = CSTRING(moduleThrowSelect);
317317
function = QFUNC(moduleThrowSelect);
318+
icon = "\a3\ui_f\data\gui\rsc\rscdisplayarsenal\cargothrow_ca.paa";
318319
};
319320
class GVAR(moduleFireGL): GVAR(moduleBase) {
320321
curatorCanAttach = 1;
321322
category = QGVAR(Projectiles);
322323
displayName = CSTRING(moduleFireGL);
323324
function = QFUNC(moduleFireGL);
325+
icon = QPATHTOF(ui\ugl_shell_ca.paa);
324326
};
325327
class GVAR(moduleFireLauncher): GVAR(moduleBase) {
326328
curatorCanAttach = 1;
327329
category = QGVAR(Projectiles);
328330
displayName = CSTRING(moduleFireLauncher);
329331
function = QFUNC(moduleFireLauncher);
332+
icon = "\a3\ui_f\data\gui\rsc\rscdisplayarsenal\secondaryweapon_ca.paa";
330333
};
331334
class GVAR(moduleRemoveArsenal): GVAR(moduleBase) {
332335
curatorCanAttach = 1;

addons/modules/ui/ugl_shell_ca.paa

5.49 KB
Binary file not shown.

0 commit comments

Comments
 (0)