fix transition bug

pull/685/head
Greenlamp 2024-05-12 23:28:02 +02:00
parent 164838c669
commit 8205df46df
2 changed files with 3 additions and 1 deletions

View File

@ -764,7 +764,7 @@ export class InputsController {
}
swapKeyboardBinding(settingName, pressedButton): void {
console.log('swap');
}
/**

View File

@ -95,8 +95,10 @@ const noTransitionModes = [
Mode.MENU,
Mode.MENU_OPTION_SELECT,
Mode.GAMEPAD_BINDING,
Mode.KEYBOARD_BINDING,
Mode.SETTINGS,
Mode.SETTINGS_GAMEPAD,
Mode.SETTINGS_KEYBOARD,
Mode.ACHIEVEMENTS,
Mode.GAME_STATS,
Mode.VOUCHERS,