diff --git a/index.html b/index.html index 9241f4a4..c98f3bc0 100644 --- a/index.html +++ b/index.html @@ -703,9 +703,13 @@ SEEDRISE: function(pixel) { if (!pixel.charge && !pixel.chargeCD) { alpha -= 0.75; alpha = Math.max(0,alpha); + if (pixel.emit) pixel.emit = false; if (alpha === 0) return; } - else { alpha = 1 } + else { + alpha = 1; + if (!pixel.emit) pixel.emit = true; + } drawSquare(ctx,pixel.color,pixel.x,pixel.y,undefined,alpha); } } @@ -13020,6 +13024,9 @@ if (langCode) { if (pixel.alpha !== undefined) { delete pixel.alpha; } + if (pixel.emit) { + delete pixel.emit; + } if (elements[element].alpha !== undefined) { pixel.alpha = elements[element].alpha; } @@ -18031,7 +18038,7 @@ Cancer, Landmine, Grenade, Smoke Grenade">?
Business inquiries? Education stories? Help needed? Email us at contact@R74n.com!
More links: Help • Tips • Mods • Mobile • Offline • Privacy
-Thanks to our Patrons: Serioustar, ggod, Midi_png, personman, fnl4y, PitsPower, swagg boi, moss, Suss, WeiChei, Trent, u2ce
+Thanks to our Patrons: Serioustar, ggod, Midi_png, personman, fnl4y, PitsPower, swagg boi, moss, Suss, epsiloneridani, WeiChei, Trent, u2ce
Sandboxels is developed by R74n. Check out our other projects!