Hello people,
As soon as I want to play my game in fullscreen, my player shakes.
how can I solve this?
thank you in advance
Hey Fabian, without seeing your game I would guess some of the image points in the moving animation are a bit off.
Double click on the player object and go through each animation to make sure the image point (origin) is the same point.
Hi GenkiGenga,
When I play my game in letterbox (not full screen), my player doesn't shake.
The imagine points are as good as possible.
Maybe it's something about the scroll to behavior in full screen ?
Develop games in your browser. Powerful, performant & highly capable.
Are you using pixel rounding?
Best bet is to try and recreate the problem in a simple new project. If it works properly then you can compare why the other doesn't. If it doesn't work, post the cap.x here and we'll find out what the issue is.
Yes it works!, pixel rounding was on, and now it's off and there's no shaking anymore.
Thank you !