Skip to content

Commit

Permalink
Insignia added 1 more
Browse files Browse the repository at this point in the history
  • Loading branch information
KryptDitch committed Sep 5, 2024
1 parent f542bf9 commit 9af0356
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions addons/insignias/CfgUnitInsignia.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,20 @@ class CfgUnitInsignia {
MACRO_INSIGNIA_COMMON;
author = "Jack Jones";
displayName = "AntiTank";
texture = QPATHTOF(data\Anti_Tank.paa);
texture = QPATHTOF(data\anti_tank.paa);
};
class CLASS(Insignia_AssassinsCreed) {
MACRO_INSIGNIA_COMMON;
author = "BadHabitz";
displayName = "Assassin's Creed";
texture = QPATHTOF(data\assassinscreed.paa);
};
class CLASS(Insignia_Aussie) {
MACRO_INSIGNIA_COMMON;
author = "Jack Jones";
displayName = "Aussie";
texture = QPATHTOF(data\aussie.paa);
};
class CLASS(Insignia_Banaan) {
MACRO_INSIGNIA_COMMON;
author = "Phillipe";
Expand Down Expand Up @@ -229,7 +235,7 @@ class CfgUnitInsignia {
MACRO_INSIGNIA_COMMON;
author = "Jack Jones";
displayName = "Drop Bear";
texture = QPATHTOF(data\Drop_Bear.paa);
texture = QPATHTOF(data\drop_bear.paa);
};
class CLASS(Insignia_Dustbringer) {
MACRO_INSIGNIA_COMMON;
Expand Down Expand Up @@ -757,7 +763,7 @@ class CfgUnitInsignia {
MACRO_INSIGNIA_COMMON;
author = "Jack Jones";
displayName = "Super Earth";
texture = QPATHTOF(data\Super_earth.paa);
texture = QPATHTOF(data\super_earth.paa);
};
class CLASS(Insignia_TacticalBeardOwnersClub) {
MACRO_INSIGNIA_COMMON;
Expand Down Expand Up @@ -877,7 +883,7 @@ class CfgUnitInsignia {
MACRO_INSIGNIA_COMMON;
author = "Jack Jones";
displayName = "Wireless Device";
texture = QPATHTOF(data\Wireless_device.paa);
texture = QPATHTOF(data\wireless_device.paa);
};
class CLASS(Insignia_WillWorkForAmmo) {
MACRO_INSIGNIA_COMMON;
Expand Down
Binary file added addons/insignias/data/aussie.paa
Binary file not shown.

0 comments on commit 9af0356

Please sign in to comment.