afegit "pulsos" a scoreboard

This commit is contained in:
2025-10-23 14:44:51 +02:00
parent ac6f521288
commit 5bf96b9aba
4 changed files with 64 additions and 2 deletions

View File

@@ -882,6 +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);
}
}
}