The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

I'm not happy with the results with the gameplay seeing the tiles would jitter around when the camera is moving.

enter image description here

Is there a way to make the sprites look stable and consistent without all those stutter and jiterring? I tried to snap pixel on the project settings but it wasn't enough to get rid of it completely especially when I zoom in and out of its camera. This is uncomfortable to see in the eye.

The bricks are 32x32 in size and the player is 32x48. Should I draw the bricks a little bigger because it's too small for the camera to render it properly?

Godot version 3.2.3
in Engine by (87 points)
edited by

A few things may be causing this, such as the base resolution, viewport, camera and stretch settings. There's a typical use-case here:

https://docs.godotengine.org/en/stable/tutorials/viewports/multiple_resolutions.html#desktop-game

Have you also considered enabling smoothing in the camera settings?

1 Answer

0 votes

have you tried re-importing the sprites with or without filter on

by (23 points)

It is in without filter.enter image description here

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.