Decrease fps
This commit is contained in:
parent
961e4d3f57
commit
26b81cc788
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user