xx 1 год назад
Родитель
Сommit
2ea2e762d2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      assets/script/game/car.ts

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

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