arreglos en screen

This commit is contained in:
2026-04-15 06:30:23 +02:00
parent e0498d642d
commit f9b0f64b81
10 changed files with 256 additions and 255 deletions

View File

@@ -2701,15 +2701,15 @@ void Game::checkGameInput() {
// Comprueba las teclas de cambiar el tamaño de la centana y el modo de video
if (input->checkInput(input_window_fullscreen, REPEAT_FALSE)) {
screen->switchVideoMode();
screen->toggleVideoMode();
}
else if (input->checkInput(input_window_dec_size, REPEAT_FALSE)) {
screen->decWindowSize();
screen->decWindowZoom();
}
else if (input->checkInput(input_window_inc_size, REPEAT_FALSE)) {
screen->incWindowSize();
screen->incWindowZoom();
}
// Modo Demo activo