godot-demo-projects/2d/particles
Aaron Franke a24ac796b6
Add README files to 2D demos
2020-03-09 03:54:32 -04:00
..
screenshots Add README files to 2D demos 2020-03-09 03:54:32 -04:00
README.md Add README files to 2D demos 2020-03-09 03:54:32 -04:00
fire_particle.png
fire_particle.png.import
icon.png
icon.png.import
mask.png
mask.png.import
particles.tscn Update 2D physics platformer 2020-02-03 04:00:44 -05:00
point_normal_texture_image_outline.tres
point_texture_emit.tres
point_texture_image_outline.tres
project.godot Add README files to 2D demos 2020-03-09 03:54:32 -04:00
smoke_particle.png
smoke_particle.png.import
spark_particle2.png
spark_particle2.png.import

README.md

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