Treballant en scoreboard::fillPanelTextures
This commit is contained in:
@@ -124,6 +124,9 @@ struct Zone
|
||||
int third_quarter_y; // Anclaje al 75% del eje X
|
||||
};
|
||||
|
||||
// Obtiene un color del vector de colores imitando al Coche Fantástico
|
||||
Color getColorLikeKnightRider(const std::vector<Color> &colors, int counter_);
|
||||
|
||||
// Calcula el cuadrado de la distancia entre dos puntos
|
||||
double distanceSquared(int x1, int y1, int x2, int y2);
|
||||
|
||||
@@ -203,4 +206,8 @@ extern const Color scoreboard_hard_color;
|
||||
extern const Color flash_color;
|
||||
extern const Color fade_color;
|
||||
extern const Color orange_color;
|
||||
extern const Color orange_soft_color;
|
||||
extern const Color orange_soft_color;
|
||||
extern const Color green_color;
|
||||
extern const Color blue_sky_color;
|
||||
extern const Color pink_sky_color;
|
||||
extern const Color green_sky_color;
|
||||
Reference in New Issue
Block a user