xx 1 年之前
父节点
当前提交
a01d8358b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/script/game/car.ts

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

@@ -474,7 +474,7 @@ export class car extends Component {
         if(!this.isStartGame){
             return
         }
-        this.speed_bei = dis / 10
+        this.speed_bei = dis / 8
         if(this.speed_bei>4){
             dis*=4
             Tween.stopAllByTarget(this.smoke_particle.node)