Skip to content

Commit

Permalink
width controls height
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfdewolf committed Mar 11, 2024
1 parent fde5b56 commit a6679a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaja_game/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ window.onload = function() {
}
},
scale: {
mode: Phaser.Scale.RESIZE,
mode: Phaser.Scale.WIDTH_CONTROLS_HEIGHT,
}
}

Expand Down

0 comments on commit a6679a2

Please sign in to comment.