Skip to content

Commit

Permalink
Fix antialias settings for 3.70
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Dec 6, 2023
1 parent 2a6f2aa commit d9e6d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const config: Phaser.Types.Core.GameConfig = {
type: Phaser.WEBGL,
width: 1920,
height: 1080,
mipmapFilter: "LINEAR_MIPMAP_LINEAR",
roundPixels: false,
scale: {
mode: Phaser.Scale.FIT,
},
Expand Down

0 comments on commit d9e6d8d

Please sign in to comment.