Preventing stretching of the PNG for particles on resize?

Did you call engine.resize() after the window resized it is done automatically in the playground with :
window.onresize = () => { engine.resize(); };

1 Like