afegit so al LOGO

This commit is contained in:
2025-12-02 14:01:53 +01:00
parent e51749dbc6
commit ec911979fb
4 changed files with 28 additions and 1 deletions

View File

@@ -52,6 +52,9 @@ class EscenaLogo {
std::vector<LetraLogo> lletres_; // 9 lletres: J-A-I-L-G-A-M-E-S
// Seguiment de sons de lletres (evitar reproduccions repetides)
std::array<bool, 9> so_reproduit_; // Track si cada lletra ja ha reproduit el so
// Constants d'animació
static constexpr float DURACIO_PRE = 1.5f; // Duració PRE_ANIMATION (pantalla negra)
static constexpr float DURACIO_ZOOM = 4.0f; // Duració del zoom (segons)