mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
33602df517
* vector IV updates * vector IV updates * compat cba optics and vector scripts * hide periphery * reticle texture for 7x magnification * vector display config * idc macros, fix illum mode * add radblur effect when using optic * hide zeroing control * delete a broken config entry * fix horizontal and vertical distance mode * set REQUIRED_CBA_VERSION to 3.11.2
8 lines
162 B
C++
8 lines
162 B
C++
class CfgOpticsEffect {
|
|
class GVAR(OpticsRadBlur1) {
|
|
type = "radialblur";
|
|
params[] = {0.01,0.01,0.18,0.36};
|
|
priority = 950;
|
|
};
|
|
};
|