Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) há 8 meses atrás
..
screenshots 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) há 1 ano atrás
README.md 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) há 1 ano atrás
fire_particle.png fcc7d5c723 Optimize PNG images using oxipng há 4 anos atrás
fire_particle.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) há 8 meses atrás
flipbook.png 768346a092 Add a flipbook animation example to the 2D particles demo há 4 anos atrás
flipbook.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) há 8 meses atrás
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) há 1 ano atrás
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) há 1 ano atrás
mask.png fcc7d5c723 Optimize PNG images using oxipng há 4 anos atrás
mask.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) há 8 meses atrás
particles.tscn 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) há 1 ano atrás
pause.gd 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) há 1 ano atrás
point_normal_texture_image_outline.tres bbe50fc9da Convert demos to Godot 4 using regular expressions in a script há 2 anos atrás
point_texture_emit.tres bbe50fc9da Convert demos to Godot 4 using regular expressions in a script há 2 anos atrás
point_texture_image_outline.tres bbe50fc9da Convert demos to Godot 4 using regular expressions in a script há 2 anos atrás
project.godot 2a962929f3 Update demo files for Godot 4.2.1 (#1013) há 8 meses atrás
smoke_particle.png fcc7d5c723 Optimize PNG images using oxipng há 4 anos atrás
smoke_particle.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) há 8 meses atrás
spark_particle2.png fcc7d5c723 Optimize PNG images using oxipng há 4 anos atrás
spark_particle2.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) há 8 meses atrás

README.md

2D Particles

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

Language: GDScript

Renderer: Forward Mobile

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

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