Skip to content

Commit

Permalink
another attempt at size
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfdewolf committed Mar 11, 2024
1 parent a6679a2 commit fab9503
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kaja_game/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ window.onload = function() {
}
},
scale: {
mode: Phaser.Scale.WIDTH_CONTROLS_HEIGHT,
mode: Phaser.Scale.WIDTH_CONTROLS_HEIGHT,
autoCenter: Phaser.Scale.CENTER_BOTH,
width: '100%',
height: '100%'
}
}

Expand Down

0 comments on commit fab9503

Please sign in to comment.