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