calibrats els pulsos al gust

This commit is contained in:
2025-10-23 14:56:33 +02:00
parent 5bf96b9aba
commit e250ca048f
3 changed files with 3 additions and 2 deletions

View File

@@ -882,7 +882,7 @@ void Player::updateContinueCounter(float delta_time) {
if (continue_time_accumulator_ >= CONTINUE_INTERVAL_S) {
continue_time_accumulator_ -= CONTINUE_INTERVAL_S;
decContinueCounter();
Scoreboard::get()->triggerPanelPulse(scoreboard_panel_, 0.2F);
if (continue_counter_ >= 0) { Scoreboard::get()->triggerPanelPulse(scoreboard_panel_, 0.4F); }
}
}
}