Aaron Franke 814909538f Update projects to Godot 3.3 | hace 4 años | |
---|---|---|
.. | ||
screenshots | hace 4 años | |
README.md | hace 4 años | |
fire_particle.png | hace 4 años | |
fire_particle.png.import | hace 4 años | |
flipbook.png | hace 4 años | |
flipbook.png.import | hace 4 años | |
icon.png | hace 5 años | |
icon.png.import | hace 4 años | |
mask.png | hace 4 años | |
mask.png.import | hace 4 años | |
particles.tscn | hace 3 años | |
point_normal_texture_image_outline.tres | hace 5 años | |
point_texture_emit.tres | hace 6 años | |
point_texture_image_outline.tres | hace 5 años | |
project.godot | hace 3 años | |
smoke_particle.png | hace 4 años | |
smoke_particle.png.import | hace 4 años | |
spark_particle2.png | hace 4 años | |
spark_particle2.png.import | hace 4 años |
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
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.