xx 1 سال پیش
والد
کامیت
deb23c4277
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      assets/script/game/car.ts

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

@@ -474,9 +474,9 @@ export class car extends Component {
         if(!this.isStartGame){
         if(!this.isStartGame){
             return
             return
         }
         }
-        this.speed_bei = dis / 7
-        if(this.speed_bei>5){
-            dis*=3
+        this.speed_bei = dis / 10
+        if(this.speed_bei>4){
+            dis*=4
             Tween.stopAllByTarget(this.smoke_particle.node)
             Tween.stopAllByTarget(this.smoke_particle.node)
             tween(this.smoke_particle.node).delay(1).call(()=>{
             tween(this.smoke_particle.node).delay(1).call(()=>{
                 this.smoke_particle.stopSystem()
                 this.smoke_particle.stopSystem()