Hey folks!
I've been trying around for like an hour now but I have no idea how to make a projectile sticky.
The bullets need to stick to an enemy when they hit them. After a brief delay, it should explode. How do I do this? :(
Thanks in advance!
Develop games in your browser. Powerful, performant & highly capable.
That'll do it.
just add a spawn action to spawn your explosion after you destroy the bullet
Thanks a bunch! It works very well.