Hauteur du jeu de phaser

const config = {
  width: 200,
  height: 200
}

let game = new Phaser.Game(config);
kripi__