mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
675 B
675 B
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.
