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

@@ -78,6 +78,7 @@ void Game::checkEventHandler()
if (eventHandler->type == SDL_QUIT)
{
section.name = SECTION_PROG_QUIT;
screen->setBorderColor(stringToColor("black"));
break;
}
else if ((eventHandler->type == SDL_KEYDOWN) and (eventHandler->key.repeat == 0))