xx 1 jaar geleden
bovenliggende
commit
a9f7faac2e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      assets/script/game/car.ts

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

@@ -97,7 +97,7 @@ export class car extends Component {
         this.move_speed_y = tools.game_config.car_origin_speed
         this.hp = tools.game_config.car_init_num
         this.hp_bar.getComponent(hp_bar).updateHp(this.hp)
-        this.hp = 100000
+        // this.hp = 100000
         if(isReLife){
 
         }else{