I use this function to set bounds
this.game.world.setBounds(0, 0, gameOptions.gameWidth - 20, gameOptions.gameHeight - 20)
But this only set bound from bottom to top.
What i want to do is set the top and bottom bounds to stop my character from walking on the sky