Mapeados los jugadores a los dos mandos

This commit is contained in:
2024-06-30 14:07:07 +02:00
parent 097320cff7
commit 1754cfb93a
8 changed files with 47 additions and 163 deletions

View File

@@ -2767,6 +2767,11 @@ void Game::checkGameInput()
screen->incWindowSize();
}
else if (input->checkInput(input_video_shaders, REPEAT_FALSE))
{
screen->switchShaders();
}
// Modo Demo activo
if (demo.enabled)
{
@@ -2935,6 +2940,10 @@ void Game::checkGameInput()
i++;
}
else
{
i++;
}
}
}
}