The particles in my game are not appearing on the browser export of my game. I have tried both GLES2 and GLES3 as well as particles2D and CPUparticles nodes to see if there is a change. None worked.
Edit: tried on chrome and edge, both didn't work so probably not an error on browser side.
Edit2: It turns out itch was promoting the pre-cpuparticles version on game launch despite opting to change the game version. I deleted the project and now all I gotta do is change every particle2d to cpuparticles :)