Add the ability to set an image overlay for the fog. This image is the same for GMs and Players and sits on top of the current Tint container, using the same mask.
Changes:
Only SimpleFogLayer.layer is blurred, instead of the whole SimpleFogLayer.
The whole SimpleFogLayer is alphaed, instead of just the SimpleFogLayer.layer.
Paints an image on top of SimpleFogLayer.layer which uses the same mask as the .layer.
Add the ability to set an image overlay for the fog. This image is the same for GMs and Players and sits on top of the current Tint container, using the same mask.
Changes:
SimpleFogLayer.layer
is blurred, instead of the wholeSimpleFogLayer
.SimpleFogLayer
is alphaed, instead of just theSimpleFogLayer.layer
.SimpleFogLayer.layer
which uses the same mask as the.layer
.This allows for this effect: