diff --git a/public/js/game.js b/public/js/game.js index d46caa8..dfc5076 100644 --- a/public/js/game.js +++ b/public/js/game.js @@ -64,7 +64,7 @@ let sprites = [ function start_game() { app = new PIXI.Application({ autoResize: true, - resolution: devicePixelRatio, + resolution: 1, backgroundAlpha: 0, width: max_size / game_board_size, height: max_size / game_board_size