This mod was requested by @AssassinAzn
Overlays a blended image over the scene.
The settings file accepts the following values:
Code:
file File name of overlay to load.
mode Blend mode to use, list below.
intensity Transparency value of overlay (0 -> 1).
Available blend modes:
- add
- alpha
- darken
- difference
- erase
- hardlight
- invert
- layer
- lighten
- multiply
- normal
- overlay
- screen
- shader
- subtract