Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

It was blurring!? Go to global game setting and make sure Interpolate Between Colours is turned off!

Err, not blurring, but the between pixels were smoothing out the motion. Now that it's pixel perfect, you can see the movement in little jerks sometimes.

Yeah, I have that problem too since my player moves at 1.5 pixels per frame!

(1 edit)

In your draw events of your object that are moving at fractions of pixels have you tried wrapping the x and y in floor? So for example draw_sprite(sprite_index,image_index,floor(x), floor(y))


Sorry if you have. I just thought it might help with any juddering and such. :P