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)