phaser game height

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

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

Also in JavaScript: