Añadido color de borde para el logo, intro y titulo

This commit is contained in:
2022-09-05 16:24:16 +02:00
parent 014312732b
commit e50aa77514
5 changed files with 11 additions and 3 deletions

View File

@@ -63,6 +63,9 @@ Logo::Logo(SDL_Renderer *renderer, Screen *screen, Asset *asset)
c = stringToColor("light_white");
color.push_back(c);
// Cambia el color del borde
screen->setBorderColor(stringToColor("black"));
}
// Destructor