Thanks for the update, trying it now. Another thing I noticed is the game seems to run my GPU at 100%, can u please add VSync?
https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame
Instead of forcing an update every frame, you can instead use requestAnimationFrame(), and then calculate the fps to get your delta time for updating the game. I see that the game is minified and obfuscated so I can’t see how you do things, so I’m afraid I can’t help much more with this.