xx 1 gadu atpakaļ
vecāks
revīzija
a01d8358b9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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){
         if(!this.isStartGame){
             return
             return
         }
         }
-        this.speed_bei = dis / 10
+        this.speed_bei = dis / 8
         if(this.speed_bei>4){
         if(this.speed_bei>4){
             dis*=4
             dis*=4
             Tween.stopAllByTarget(this.smoke_particle.node)
             Tween.stopAllByTarget(this.smoke_particle.node)