Aaron Franke 814909538f Update projects to Godot 3.3 %!s(int64=4) %!d(string=hai) anos
..
screenshots fcc7d5c723 Optimize PNG images using oxipng %!s(int64=4) %!d(string=hai) anos
README.md d4bf89d364 Link to the asset library from the README of each demo %!s(int64=4) %!d(string=hai) anos
fire_particle.png fcc7d5c723 Optimize PNG images using oxipng %!s(int64=4) %!d(string=hai) anos
fire_particle.png.import a45b84a5ad Handle multiple resolutions in most demos %!s(int64=4) %!d(string=hai) anos
flipbook.png 768346a092 Add a flipbook animation example to the 2D particles demo %!s(int64=4) %!d(string=hai) anos
flipbook.png.import 768346a092 Add a flipbook animation example to the 2D particles demo %!s(int64=4) %!d(string=hai) anos
icon.png 184b0fe5f8 Optimize all images using `oxipng -o6 --strip all --zopfli` %!s(int64=5) %!d(string=hai) anos
icon.png.import a45b84a5ad Handle multiple resolutions in most demos %!s(int64=4) %!d(string=hai) anos
mask.png fcc7d5c723 Optimize PNG images using oxipng %!s(int64=4) %!d(string=hai) anos
mask.png.import a45b84a5ad Handle multiple resolutions in most demos %!s(int64=4) %!d(string=hai) anos
particles.tscn 4913cd868a Misc fixes and tweaks %!s(int64=3) %!d(string=hai) anos
point_normal_texture_image_outline.tres faae60ac2f Port 2D demos to Godot 3.1 %!s(int64=5) %!d(string=hai) anos
point_texture_emit.tres ec5324af99 Redid the particles 2D demo, staying as close as possible to the Godot 2 version %!s(int64=6) %!d(string=hai) anos
point_texture_image_outline.tres faae60ac2f Port 2D demos to Godot 3.1 %!s(int64=5) %!d(string=hai) anos
project.godot 814909538f Update projects to Godot 3.3 %!s(int64=3) %!d(string=hai) anos
smoke_particle.png fcc7d5c723 Optimize PNG images using oxipng %!s(int64=4) %!d(string=hai) anos
smoke_particle.png.import a45b84a5ad Handle multiple resolutions in most demos %!s(int64=4) %!d(string=hai) anos
spark_particle2.png fcc7d5c723 Optimize PNG images using oxipng %!s(int64=4) %!d(string=hai) anos
spark_particle2.png.import 768346a092 Add a flipbook animation example to the 2D particles demo %!s(int64=4) %!d(string=hai) anos

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)

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/118

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