Work on transparency of windows/clouds
This commit is contained in:
@@ -17,7 +17,7 @@ drawForceField wl =
|
||||
noShape
|
||||
. setLayer BloomLayer
|
||||
. setDepth 20
|
||||
. color (materialColor (wl ^. wlMaterial))
|
||||
. color (withAlpha 0.5 $ materialColor (wl ^. wlMaterial))
|
||||
$ thickLine 5 [a, b]
|
||||
where
|
||||
(a, b) = _wlLine wl
|
||||
|
||||
Reference in New Issue
Block a user