Skip to content

Commit

Permalink
feat(game): enable AA
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Dec 29, 2024
1 parent 2c9482e commit 323646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/game/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class Game extends Engine {
maxFps: 60,
canvasElementId: 'game',
suppressConsoleBootMessage: true,
antialiasing: false,
antialiasing: true,
suppressHiDPIScaling: true
});

Expand Down

0 comments on commit 323646b

Please sign in to comment.