mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Made the glasses effects slowly fade (not completely away) over 30 seconds.
This commit is contained in:
parent
49e19610c2
commit
10cdbeb4dd
@ -32,6 +32,9 @@ if (_postProcessTintAmount != 0 && {GVAR(UsePP)}) then {
|
||||
GVAR(PostProcess) ppEffectAdjust[0.9, 1.1, 0.004, _postProcessColour, [0,0,0,1],[0,0,0,0]];
|
||||
GVAR(PostProcess) ppEffectCommit 0;
|
||||
GVAR(PostProcess) ppEffectEnable true;
|
||||
_postProcessColour set [3, _postProcessTintAmount/250];
|
||||
GVAR(PostProcess) ppEffectAdjust[0.9, 1.1, 0.004, _postProcessColour, [0,0,0,1],[0,0,0,0]];
|
||||
GVAR(PostProcess) ppEffectCommit 30;
|
||||
};
|
||||
|
||||
_glassImagePath = getText(configFile >> "CfgGlasses" >> _glassesClassname >> "ACE_Overlay");
|
||||
|
Loading…
Reference in New Issue
Block a user