Greetings!
I have a pixel art game which requires physics to move every object.
Only problem that currently exists is that the movement on some speeds is very jerky (sometimes even moving back and forth a pixel during movement).
Is there a way to convert physical velocity into round pixels to make the movement smooth or is there another workaround?
Thank you in advance.