Skip to content

Commit

Permalink
Upgrade to HD
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Apr 14, 2023
1 parent 8d7fa89 commit 63c4ea7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "vite",
"dev": "vite",
"build": "rimraf dist && tsc && vite build",
"build": "rimraf dist && vite build",
"postinstall": "neu update"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions src/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import OutlinePipelinePlugin from 'phaser3-rex-plugins/plugins/outlinepipeline-p

const config: Phaser.Types.Core.GameConfig = {
type: Phaser.WEBGL,
width: 1920/4,
height: 1080/4,
// mipmapFilter: 'LINEAR_MIPMAP_LINEAR',
mipmapFilter: 'NEAREST',
width: 1920,
height: 1080,
mipmapFilter: 'LINEAR_MIPMAP_LINEAR',
// mipmapFilter: 'NEAREST',
pixelArt: true,
antialias: false,
scale: {
Expand Down

0 comments on commit 63c4ea7

Please sign in to comment.