How to draw growing circle around player by pressing left mouse button, which fades after a certain time? Trying to make it with particles, but still can't figure out, how to realize it. Help, please
Develop games in your browser. Powerful, performant & highly capable.
You can spawn a circle sprite at the player's position and then gradually reduce its opacity.
thanks, now i spawn circle sprite with fade out behavior on mouse click event, works fine