forked from jaildesigner-jailgames/jaildoctors_dilemma
Añadido color de borde para el logo, intro y titulo
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user