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

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

@@ -419,9 +419,9 @@ export class car extends Component {
 
 
     public setDisDir(dis:number){
-        this.speed_bei = dis / 10
+        this.speed_bei = dis / 5
         if(this.speed_bei>5){
-            dis*=3
+            dis*=2
             if(userDataManager.user_car_list.default_car_id==1){
                 audioManager.Instance().playSound(config.AUDIO.zi_xing_che_sha_che)
             }else{