Decrease fps

This commit is contained in:
Gregoire Parant 2020-11-27 12:13:46 +01:00
parent f596f613e8
commit 961e4d3f57

View file

@ -27,11 +27,11 @@ const fps : Phaser.Types.Core.FPSConfig = {
/**
* The minimum acceptable rendering rate, in frames per second.
*/
min: 120,
min: 20,
/**
* The optimum rendering rate, in frames per second.
*/
target: 120,
target: 20,
/**
* Use setTimeout instead of requestAnimationFrame to run the game loop.
*/