ID:2025597
 
I have a very basic movement system implemented in my game, he serves well his purpose, but i'm not very satisfied with the way he is visually "crispy".

I want tips on how to make it looks better and smoother, i'm also open to new aproaches !

How the movement looks right now :



How I want it to be :



Thanks for the help guys !
Pixel or Tile movement?
In response to Ter13
Pixel.

Some improvements using Yut Put's sugestion :

Pixel.

Yep, the best way to get smooth movement in pixel mode is to stop using +REP macros and rely on a server-side moveloop. Then, you can increase the FPS to 30-40 (I prefer 40) and decrease step sizes.
Thanks for the help Yut and Ter ! =D
Good idea Yut, will do this !
I will take a look