game fix: la velocitat dels globos dins de la fase actual muntava al primer globo explotat

game fix: al trencar una powerball ja no eixien mes globos
style: renombrades variables i funcions
This commit is contained in:
2025-08-14 20:41:44 +02:00
parent 8fcb7d1eb5
commit 3964503f1c
12 changed files with 38 additions and 39 deletions

View File

@@ -114,7 +114,7 @@ class Player {
void updateCooldown(); // Actualiza el cooldown de disparo
// --- Puntuación y marcador ---
void addScore(int score, int last_hi_score_entry); // Añade puntos
void addScore(int score, int lowest_hi_score_entry); // Añade puntos
void incScoreMultiplier(); // Incrementa el multiplicador
void decScoreMultiplier(); // Decrementa el multiplicador