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
commit c8fc8a2834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,11 @@ const config: GameConfig = {
dom: {
createContainer: true
},
render: {
pixelArt: true,
roundPixels: true,
antialias: false
},
physics: {
default: "arcade",
arcade: {