fix: tabs instead of spaces
parent
570ee0e877
commit
11e458aba0
|
@ -175,8 +175,8 @@ void Enemy::damage() {
|
|||
this->anim_tree->death_animation();
|
||||
this->set_collision_mask(0x0);
|
||||
this->set_collision_layer(0x0);
|
||||
this->set_process(false);
|
||||
this->set_physics_process(false);
|
||||
this->set_process(false);
|
||||
this->set_physics_process(false);
|
||||
this->drone_sound->stop();
|
||||
this->current_action_fn = nullptr;
|
||||
this->set_current_state_name("None");
|
||||
|
|
Loading…
Reference in New Issue