Hello
I've been playing around with construct 2 for a while, always with the idea of making a pixel art game.
But there is something I still can't manage to do. I've searched for a solution but I can't seem to find it.
The thing is I can't make my sprites move pixel by pixel, as construct movement is linear it kind of breaks the whole pixelated feel of the game. I did some research and made an attempt with custom movement and the round() function, but I still get this:
As you can see, pixels don't align (I was just trying to align X axis, so ignore the vertival alignment).
Does anyone know how to do this?
Thanks!