continue counter ara arriba fins a 0

This commit is contained in:
2025-12-17 17:21:03 +01:00
parent 8bc259b25a
commit 829a895464
2 changed files with 18 additions and 11 deletions

View File

@@ -92,6 +92,7 @@ class EscenaJoc {
void unir_jugador(uint8_t player_id); // Join inactive player mid-game
void processar_input_continue(); // Handle input during continue screen
void actualitzar_continue(float delta_time); // Update continue countdown
void check_and_apply_continue_timeout(); // Check if continue timed out and transition to GAME_OVER
void dibuixar_continue(); // Draw continue screen
// [NEW] Stage system helpers