el carrusel ja s'anima supersucosetment cap al OK de manera automática

This commit is contained in:
2025-10-22 18:56:59 +02:00
parent 88d814f371
commit 40538eaa28
2 changed files with 36 additions and 34 deletions

View File

@@ -110,6 +110,7 @@ class Scoreboard {
Uint32 name_color_index_ = 0; // Índice actual del color en el ciclo de animación del nombre
Uint64 name_color_last_update_ = 0; // Último tick de actualización del color del nombre
float power_ = 0; // Poder actual de la fase
std::array<float, static_cast<size_t>(Id::SIZE)> carousel_speed_scale_ = {1.0f, 1.0f, 1.0f};
// --- Constantes ---
static constexpr int CAROUSEL_VISIBLE_LETTERS = 9;