xx 1 年之前
父節點
當前提交
08d0ce8811
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)