El text de la tabla de puntuacion ja ix centrat i el "diferent" es el que fa 10
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user