Skip to content

Commit

Permalink
anti-alias false
Browse files Browse the repository at this point in the history
  • Loading branch information
conwayok committed Jun 29, 2020
1 parent fd3f315 commit d68b88a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/client/mp.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@
debug: false
}
},
resolution: 1,
fps: {
target: 60,
forceSetTimeOut: true
},
antialias: false,
render: {
antialias: false
},
scene: [MpScene, HudScene]
};
const game = new Phaser.Game(config);
Expand Down

0 comments on commit d68b88a

Please sign in to comment.