From c81eecbee736552b019570649a5890b1533b430f Mon Sep 17 00:00:00 2001 From: Mat Groves Date: Mon, 7 Oct 2024 12:23:37 +0100 Subject: [PATCH] Update blog/2024-10-03-pixi-v8-particle-container.md Co-authored-by: Matt Karl --- blog/2024-10-03-pixi-v8-particle-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-10-03-pixi-v8-particle-container.md b/blog/2024-10-03-pixi-v8-particle-container.md index 81a30e54a..4e60fc612 100644 --- a/blog/2024-10-03-pixi-v8-particle-container.md +++ b/blog/2024-10-03-pixi-v8-particle-container.md @@ -16,7 +16,7 @@ PixiJS v8 has taken speed to the next level with the release of its new `Particl -## What Makes the New ParticleContainer So Special? +## New ParticleContainer Design The key difference in PixiJS v8 is that the `ParticleContainer` doesn’t deal with sprites any more, it works with lightweight **particles**. While particles share many properties with sprites (like texture, position, anchor, scale, rotation, alpha and color), they cut out unnecessary overhead. The result is **speed**, pure and simple.