From f596f613e821edd4b3acde418287b81968ea9a7f Mon Sep 17 00:00:00 2001 From: Gregoire Parant Date: Wed, 25 Nov 2020 01:35:42 +0100 Subject: [PATCH] Try to decrease phaser config fps --- front/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/index.ts b/front/src/index.ts index 4b5ca9dc..b7ece2f6 100644 --- a/front/src/index.ts +++ b/front/src/index.ts @@ -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,