Hold block added

This commit is contained in:
2025-12-17 21:05:32 +01:00
parent 492abc09bc
commit 0ab7121c5b
6 changed files with 48 additions and 10 deletions

View File

@ -362,7 +362,7 @@ bool ApplicationManager::initializeManagers() {
consume = true;
}
if (!consume && sc == SDL_SCANCODE_H) {
if (!consume && sc == SDL_SCANCODE_F1) {
AppState currentState = m_stateManager ? m_stateManager->getState() : AppState::Loading;
if (currentState != AppState::Loading) {
m_showHelpOverlay = !m_showHelpOverlay;