@@ -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)