Browse Source

removed overlay blending from lightning

tags/v0.3.3^2
Shaun Kichenbrand 4 years ago
parent
commit
b3acc63ef5
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/client/js/rendering/lightningBuilder.js

+ 1
- 2
src/client/js/rendering/lightningBuilder.js View File

@@ -78,8 +78,7 @@ define([
lightPatch.width = scaleMult * 3;
lightPatch.height = scaleMult * 3;

lightPatch.blendMode = PIXI.BLEND_MODES.OVERLAY;
lightPatch.pluginName = 'picture';
lightPatch.blendMode = PIXI.BLEND_MODES.ADD;

line.sprites.push(lightPatch);
}


Loading…
Cancel
Save