xx 1 vuosi sitten
vanhempi
sitoutus
08d0ce8811
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      assets/script/game/game.ts

+ 1 - 1
assets/script/game/game.ts

@@ -62,7 +62,7 @@ export class game extends Component {
         this.game_pool_manager.init()
         this.bf_show.initView()
         this.content.position = Vec3.ZERO
-        this.car.position = new Vec3(0,-500,this.car.position.z)
+        this.car.position = new Vec3(0,-300,this.car.position.z)
         this.car.getComponent(car).init(this.content,this.onOver.bind(this),this.updateScores.bind(this),this,isReLife)
         for (let index = 0; index < 3; index++) {
             this.addItem(index)