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

@@ -117,7 +117,7 @@ void Title::checkEvents() {
handleKeyDownEvent(event);
}
GlobalEvents::check(event);
GlobalEvents::handle(event);
}
}