Skip to content

Commit

Permalink
chore(index): set disableContextMenu to true
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Apr 9, 2024
1 parent 703ae90 commit 52526b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ new Phaser.Game({
debug: import.meta.env.DEV,
},
},
disableContextMenu: import.meta.env.PROD,
disableContextMenu: true,
backgroundColor: '#1d212d',
scale: {
mode: Phaser.Scale.FIT,
Expand Down

0 comments on commit 52526b2

Please sign in to comment.