Merge pull request #699 from thecodingmachine/pixelartmode

Switching Phaser to pixelart mode
This commit is contained in:
David Négrier
2021-02-11 17:20:20 +01:00
committed by GitHub
+5
View File
@@ -84,6 +84,11 @@ const config: GameConfig = {
dom: {
createContainer: true
},
render: {
pixelArt: true,
roundPixels: true,
antialias: false
},
physics: {
default: "arcade",
arcade: {