update() {
    if (this.load.progress >= 1) {
      this.scene.start("load")
      this.scene.stop()
    }