revisat el marcador

modificada la shape 03
This commit is contained in:
2025-12-10 11:05:15 +01:00
parent d0be5ea2d1
commit 9a5adcbcc5
4 changed files with 39 additions and 25 deletions

View File

@@ -79,6 +79,9 @@ class EscenaJoc {
void dibuixar_marges_animat(float progress) const; // Rectangle amb creixement uniforme
void dibuixar_marcador_animat(float progress); // Marcador que puja des de baix
Punt calcular_posicio_nau_init_hud(float progress) const; // Posició animada de la nau
// [NEW] Funció helper del marcador
std::string construir_marcador() const;
};
#endif // ESCENA_JOC_HPP