afegit "pulsos" a scoreboard
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user