El text de la tabla de puntuacion ja ix centrat i el "diferent" es el que fa 10

This commit is contained in:
2025-02-05 09:45:30 +01:00
parent b01763b749
commit 0a9a92d4b7
3 changed files with 16 additions and 48 deletions

View File

@@ -65,8 +65,8 @@ public:
// Añade un recorrido
void addPath(Path path, bool centered = false);
void addPath(std::vector<SDL_Point> spots, int waiting_counter);
void addPath(int start, int end, PathType type, int fixed_pos, int steps, const std::function<double(double)> &easingFunction, int waiting_counter);
void addPath(std::vector<SDL_Point> spots, int waiting_counter = 0);
void addPath(int start, int end, PathType type, int fixed_pos, int steps, const std::function<double(double)> &easingFunction, int waiting_counter = 0);
// Habilita el objeto
void enable();