Change FPS during runtime

:wave:

game.loop.stop();

Phaser.Core.TimeStep.call(game.loop, game, fpsConfig);

game.loop.start(game.step.bind(game));
1 Like