mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ace insignia, #906
This commit is contained in:
parent
cec16d6a44
commit
d149db61e8
9
addons/common/CfgUnitInsignia.hpp
Normal file
9
addons/common/CfgUnitInsignia.hpp
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
class CfgUnitInsignia {
|
||||
class ACE_insignia {
|
||||
displayName = "ACE 3";
|
||||
author = "kripto202";
|
||||
texture = PATHTOF(data\ace3logo_ca.paa);
|
||||
textureVehicle = "";
|
||||
};
|
||||
};
|
@ -22,6 +22,7 @@ class CfgPatches {
|
||||
#include "CfgActions.hpp"
|
||||
#include "CfgMoves.hpp"
|
||||
#include "CfgVoice.hpp"
|
||||
#include "CfgUnitInsignia.hpp"
|
||||
|
||||
class ACE_Rsc_Display_Base {
|
||||
idd = -1;
|
||||
|
BIN
addons/common/data/ace3logo_ca.paa
Normal file
BIN
addons/common/data/ace3logo_ca.paa
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user