Try to decrease phaser config fps

This commit is contained in:
Gregoire Parant 2020-11-25 01:35:42 +01:00
parent 4aca04d03a
commit f596f613e8

View file

@ -50,6 +50,7 @@ const fps : Phaser.Types.Core.FPSConfig = {
smoothStep: false smoothStep: false
} }
const config: GameConfig = { const config: GameConfig = {
type: Phaser.AUTO,
title: "WorkAdventure", title: "WorkAdventure",
width: width / RESOLUTION, width: width / RESOLUTION,
height: height / RESOLUTION, height: height / RESOLUTION,