Files
godot-demo-projects/2d/particles
2020-06-27 21:07:49 -04:00
..
2020-03-09 03:54:32 -04:00
2020-03-09 03:54:32 -04:00

2D Particles

This demo showcases how 2D particle systems work in Godot.

Language: GDScript

Renderer: GLES 3 (particles are not available in GLES 2)

How does it work?

It uses Particles2D nodes with ParticlesMaterial materials. Note that ParticlesMaterial is agnostic between 2D and 3D, so when used in 2D, the "Disable Z" flag should be enabled.

Screenshots

Screenshot of particles