xx 1 éve
szülő
commit
a9f7faac2e
1 módosított fájl, 1 hozzáadás és 1 törlés
  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{