godot-demo-projects/2d/particles
ShatteredReality b4c73f4888
Fix README links to asset library (#1078)
This updates all links to point to the 4.2 demos instead of the 3.5 ones.

Co-authored-by: A Thousand Ships (she/her) <96648715+AThousandShips@users.noreply.github.com>
2024-06-24 19:29:58 +02:00
..
screenshots Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01:00
README.md Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
fire_particle.png Optimize PNG images using oxipng 2020-08-16 17:48:38 -05:00
fire_particle.png.import Update demo files for Godot 4.2.1 (#1013) 2024-02-01 17:30:08 +01:00
flipbook.png Add a flipbook animation example to the 2D particles demo 2020-09-17 22:43:04 +02:00
flipbook.png.import Update demo files for Godot 4.2.1 (#1013) 2024-02-01 17:30:08 +01:00
icon.webp Use 128×128 WebP icons for all demos (#885) 2023-03-29 18:59:57 +02:00
icon.webp.import Use 128×128 WebP icons for all demos (#885) 2023-03-29 18:59:57 +02:00
mask.png Optimize PNG images using oxipng 2020-08-16 17:48:38 -05:00
mask.png.import Update demo files for Godot 4.2.1 (#1013) 2024-02-01 17:30:08 +01:00
particles.tscn Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00
pause.gd Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00
point_normal_texture_image_outline.tres Convert demos to Godot 4 using regular expressions in a script 2022-03-26 16:09:10 -05:00
point_texture_emit.tres Convert demos to Godot 4 using regular expressions in a script 2022-03-26 16:09:10 -05:00
point_texture_image_outline.tres Convert demos to Godot 4 using regular expressions in a script 2022-03-26 16:09:10 -05:00
project.godot Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00
smoke_particle.png Optimize PNG images using oxipng 2020-08-16 17:48:38 -05:00
smoke_particle.png.import Update demo files for Godot 4.2.1 (#1013) 2024-02-01 17:30:08 +01:00
spark_particle2.png Optimize PNG images using oxipng 2020-08-16 17:48:38 -05:00
spark_particle2.png.import Update demo files for Godot 4.2.1 (#1013) 2024-02-01 17:30:08 +01:00

README.md

2D Particles

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

Language: GDScript

Renderer: Mobile

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

How does it work?

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

Screenshots

Screenshot of particles