Skip to content

Commit

Permalink
Nicer Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ampersand38 committed May 14, 2020
1 parent 5bfe494 commit ff5a0b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/modules/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,18 +305,21 @@ class CfgVehicles {
category = QGVAR(Projectiles);
displayName = CSTRING(moduleThrowSelect);
function = QFUNC(moduleThrowSelect);
icon = "\a3\ui_f\data\gui\rsc\rscdisplayarsenal\cargothrow_ca.paa";
};
class GVAR(moduleFireGL): GVAR(moduleBase) {
curatorCanAttach = 1;
category = QGVAR(Projectiles);
displayName = CSTRING(moduleFireGL);
function = QFUNC(moduleFireGL);
icon = QPATHTOF(ui\ugl_shell_ca.paa);
};
class GVAR(moduleFireLauncher): GVAR(moduleBase) {
curatorCanAttach = 1;
category = QGVAR(Projectiles);
displayName = CSTRING(moduleFireLauncher);
function = QFUNC(moduleFireLauncher);
icon = "\a3\ui_f\data\gui\rsc\rscdisplayarsenal\secondaryweapon_ca.paa";
};
class GVAR(moduleRemoveArsenal): GVAR(moduleBase) {
curatorCanAttach = 1;
Expand Down
Binary file added addons/modules/ui/ugl_shell_ca.paa
Binary file not shown.

0 comments on commit ff5a0b6

Please sign in to comment.