ShatteredReality b4c73f4888 Fix README links to asset library (#1078) | пре 6 месеци | |
---|---|---|
.. | ||
screenshots | пре 2 година | |
README.md | пре 6 месеци | |
fire_particle.png | пре 4 година | |
fire_particle.png.import | пре 10 месеци | |
flipbook.png | пре 4 година | |
flipbook.png.import | пре 10 месеци | |
icon.webp | пре 1 година | |
icon.webp.import | пре 1 година | |
mask.png | пре 4 година | |
mask.png.import | пре 10 месеци | |
particles.tscn | пре 6 месеци | |
pause.gd | пре 6 месеци | |
point_normal_texture_image_outline.tres | пре 2 година | |
point_texture_emit.tres | пре 2 година | |
point_texture_image_outline.tres | пре 2 година | |
project.godot | пре 6 месеци | |
smoke_particle.png | пре 4 година | |
smoke_particle.png.import | пре 10 месеци | |
spark_particle2.png | пре 4 година | |
spark_particle2.png.import | пре 10 месеци |
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
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.