
J
Publisher
jang
Splatter Effect 2D
2D
Splatter TileMap Particles Collision Visual Effects 2D
Cool splatter effect for 2d TileMaps.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
Godot Color Splatter Effect
Cool color splatter effect for godot
How to use
Check out src/Example
for working examples.
Steps
- Add
SplatLayer.tscn
scene under TileMap Node. - Add
ParticleCollider
scene under particle Node. - Connect
particle_collided
and usedraw_spot_at_collision
to draw spot on collision.