Hello!
I need some help regarding 2D pixelated games.

Should I scale up the pixel art and use higher resolutions for my game screen or can i keep the pixel art at scale 1:1 and just use a smaller resolution?
Right now im with scale 1:1, wich makes particles look nice (because they dont overlap with each other) but, if a have a non-moving object (like an item on the ground, a kinematicbody2d that does not move) and move the camera, the object jitters a litte bit. The tilemap, however, does not jitter.
Im wondering if scaling up all the pixel art and using custom particles (that would snap to grid positions) would fix my jittering problem while still allowing good-looking particles. Or is the jittering caused by anything else?
I cant just convert my project to a higher scale because it would take A LOT of time and there could be some unwanted consequences im unaware of, so I'd rather ask here first ( in case ur wondering why i dont just test myself).
Also, is that kind of kittering acceptable on a 2D game? Is it expected?
i put a gif showing the issue. Thanks!