I have the object of type Physics Behavior .
The object is not set gravity.
I want to do this friction.
So each milisecond object must lose speed.
How to do it the easiest?
Develop games in your browser. Powerful, performant & highly capable.
Deceleration?
Try setting linear damping to 100%.
Thanks, it works.