Skip to content

Commit

Permalink
remove resize
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfdewolf committed Mar 11, 2024
1 parent c47866f commit 54e2f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kaja_game/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ window.onload = function() {
debug: false,
}
},
scale: {
mode: Phaser.Scale.RESIZE,
}
//scale: {
// mode: Phaser.Scale.RESIZE,
//}
}

const game = new Phaser.Game(config);
Expand Down

0 comments on commit 54e2f1e

Please sign in to comment.