this post was submitted on 11 Jul 2025
24 points (100.0% liked)

Godot

6855 readers
12 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 2 years ago
MODERATORS
 

How I fixed Pixel Snapping / Jitter in my game using a subpixel camera to achieve smooth pixel perfect movement.

Subsequent related videos:

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 day ago* (last edited 1 day ago)

It's kind of annoying that this guy assumes pixel snapping is always a problem and never an intentional aesthetic choice. As if the devs of Blasphemous and the other titles he names either weren't aware of it or couldn't figure out how to get rid of it. Really though, this is a fairly basic, generally early consideration in any pixel art game with a free-floating camera, and I can guarantee you that the devs of Blasphemous preserved pixel snapping intentionally for one reason or another. It could even have been the case that the background layers didn't look as good if pixels of one layer were peeking halfway out from behind a layer in front of them, and so the devs might have even enforced pixel snapping to preserve layer alignment. For many devs making pixel art games the artistic constraints generate much of the inspiration, and pixel snapping is one such constraint.