migrat Scoreboard a time based

This commit is contained in:
2025-10-31 09:30:33 +01:00
parent f08b2f9193
commit 1bb3d00e7c
4 changed files with 31 additions and 16 deletions

View File

@@ -139,7 +139,7 @@ void Game::update() {
checkSomeCheevos();
}
demoCheckRoomChange(DELTA_TIME);
scoreboard_->update();
scoreboard_->update(DELTA_TIME);
keepMusicPlaying();
updateBlackScreen(DELTA_TIME);