Keep moving the character a few tiles more toward the same direction causes the world scene to shake, why is that? How do I fix it?
CodePudding user response:
In line #126
you have a shake function this.cameras.main.shake(300);
that makes the game window to shake with a duration of 300ms. To remove it, just comment it out or delete it.