Try to decrease phaser config fps
This commit is contained in:
parent
4aca04d03a
commit
f596f613e8
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ const fps : Phaser.Types.Core.FPSConfig = {
|
|||
smoothStep: false
|
||||
}
|
||||
const config: GameConfig = {
|
||||
type: Phaser.AUTO,
|
||||
title: "WorkAdventure",
|
||||
width: width / RESOLUTION,
|
||||
height: height / RESOLUTION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue