Decrease fps
This commit is contained in:
parent
f596f613e8
commit
961e4d3f57
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue