fix: tabs instead of spaces

main
Sara 2025-01-06 13:11:08 +01:00
parent 570ee0e877
commit 11e458aba0
1 changed files with 2 additions and 2 deletions

View File

@ -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");