Decrease fps

This commit is contained in:
Gregoire Parant 2020-11-27 12:44:32 +01:00
parent 961e4d3f57
commit 26b81cc788

View file

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