Skip to content

Commit

Permalink
Reenable mipmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Jun 2, 2024
1 parent 9fecffb commit f874f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: Phaser.Types.Core.GameConfig = {
type: Phaser.WEBGL,
width: 1000,
height: 600,
// mipmapFilter: "LINEAR_MIPMAP_LINEAR",
mipmapFilter: "LINEAR_MIPMAP_LINEAR",
roundPixels: false,
scale: {
mode: Phaser.Scale.FIT,
Expand Down

0 comments on commit f874f51

Please sign in to comment.