mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add goggle overlay support for Contact update Blindfolds (#7157)
This commit is contained in:
parent
29a0732b0c
commit
f336b6ce62
@ -34,6 +34,13 @@ class CfgGlasses {
|
||||
ACE_DustPath = QPATHTOF(textures\fx\dust\%1.paa);
|
||||
};
|
||||
|
||||
class G_Blindfold_01_base_F: None {
|
||||
ACE_Overlay = QPATHTOF(textures\HUD\blindfold_ca.paa);
|
||||
ACE_OverlayCracked = "";
|
||||
ACE_Resistance = 2;
|
||||
ACE_Protection = 1;
|
||||
};
|
||||
|
||||
class G_Combat:None {
|
||||
COMBAT_GOGGLES
|
||||
};
|
||||
|
BIN
addons/goggles/textures/HUD/blindfold_ca.paa
Normal file
BIN
addons/goggles/textures/HUD/blindfold_ca.paa
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user