- Cambiados los textos de los creditos/instrucciones para reflejar las nuevas teclas

- Cambiados los textos de los creditos/instrucciones para la versión de consola
This commit is contained in:
2023-02-12 17:44:00 +01:00
parent 31e657d138
commit 4f9d8bec42
2 changed files with 42 additions and 5 deletions

View File

@@ -96,6 +96,9 @@ void Screen::setVideoMode(int videoMode)
// Muestra el puntero
SDL_ShowCursor(SDL_ENABLE);
// Esconde la ventana
//SDL_HideWindow(window);
if (options->borderEnabled)
{
windowWidth = gameCanvasWidth + borderWidth;
@@ -113,6 +116,9 @@ void Screen::setVideoMode(int videoMode)
// Modifica el tamaño de la ventana
SDL_SetWindowSize(window, windowWidth * options->windowSize, windowHeight * options->windowSize);
SDL_SetWindowPosition(window, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED);
// Muestra la ventana
//SDL_ShowWindow(window);
}
// Si está activo el modo de pantalla completa añade el borde