Cambio de color en el texto del marcador

This commit is contained in:
2022-09-13 09:49:40 +02:00
parent b8fe11fb63
commit 464d8194d4
6 changed files with 28 additions and 16 deletions

View File

@@ -420,6 +420,12 @@ color_t Room::getBGColor()
return bgColor;
}
// Devuelve el color del borde
color_t Room::getBorderColor()
{
return borderColor;
}
// Crea la textura con el mapeado de la habitación
void Room::fillMapTexture()
{