I need to make a vehicle leave traces in the dirt. How can It be done?
Much appreciated.
Develop games in your browser. Powerful, performant & highly capable.
You can spawn trace sprite at image points (you can, for example, add two image points to the car sprite). You can also use "Fade" behavior on those traces, so they get destroyed after a while, so it doesnt affect the performance.
Okay, sounds like a plan! Thanks a lot