parametrizats els colors de les camisetes dels jugadors quan pillen café

This commit is contained in:
2025-08-16 13:12:22 +02:00
parent a123b3aa93
commit 6102504d32
9 changed files with 173 additions and 14 deletions

View File

@@ -75,7 +75,7 @@ class MenuRenderer {
size_t max_menu_width_ = 0;
size_t max_menu_height_ = 0;
// --- Estructuras de Animación (inspirado en WindowMessage) ---
// --- Estructuras de Animación ---
struct ResizeAnimation {
bool active = false;
float start_width, start_height;