Hey, I am new and I've got a weird issue in Godot, which I cannot resolve for some reason. It's best described as "my visuals' edges jump one pixel in specific angles and zoom levels". At first, I thought this was in issue of my game but then - right now - I started noticing it in the editor, too.
I am building a small 2D pixel-graphics game and when I move my camera (through the viewport in the editor or the character movement in the game itself), the edges of all of my sprites shift one pixel to the side. (Screenshot attached shows the issue, the actual sprite used does look as expected). Those edges jitter as the camera moves and in some angles, everything looks as expected.
I have tried setting the texture rendering to 'Nearest', which makes pixelated graphics look crisp again but that did not solve the issue.