From 54e2f1ee13d6d6f0088a28c94ca778114ab019ef Mon Sep 17 00:00:00 2001 From: wulfdewolf Date: Mon, 11 Mar 2024 19:29:59 +0000 Subject: [PATCH] remove resize --- kaja_game/js/main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kaja_game/js/main.js b/kaja_game/js/main.js index c846ffdbbb59..d21a266c493a 100644 --- a/kaja_game/js/main.js +++ b/kaja_game/js/main.js @@ -24,9 +24,9 @@ window.onload = function() { debug: false, } }, - scale: { - mode: Phaser.Scale.RESIZE, - } + //scale: { + // mode: Phaser.Scale.RESIZE, + //} } const game = new Phaser.Game(config);