From 323646b44639a9456cd3067b953a0c2fbbd5f2fe Mon Sep 17 00:00:00 2001 From: Mathieu Hermann Date: Mon, 30 Dec 2024 00:59:50 +0100 Subject: [PATCH] feat(game): enable AA --- src/app/game/game.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/game/game.ts b/src/app/game/game.ts index 1c7f666..36961c0 100644 --- a/src/app/game/game.ts +++ b/src/app/game/game.ts @@ -86,7 +86,7 @@ export class Game extends Engine { maxFps: 60, canvasElementId: 'game', suppressConsoleBootMessage: true, - antialiasing: false, + antialiasing: true, suppressHiDPIScaling: true });