Skip to content

Commit

Permalink
feat: Tab menu toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-e committed Oct 25, 2024
1 parent b968dd6 commit 83960ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion layout/pages/settings/input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

<Label class="settings-group__subtitle" text="#Common_Multiplayer" />

<SettingsKeyBinder text="#Keybind_ToggleTimes" bind="+showtimes" tags="leaderboard,tab,times" />
<SettingsKeyBinder text="#Keybind_ToggleTimes" bind="mom_toggle_game_menu" tags="leaderboard,tab,times" />
<SettingsKeyBinder text="#Keybind_Chat_Message" bind="chat_open" tags="chat,talk" />

<Label class="settings-group__subtitle" text="#Settings_Keybinds_Utility" />
Expand Down
3 changes: 0 additions & 3 deletions scripts/types-mom/events.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,6 @@ interface GlobalEventNameMap {
/** Fired when the HUD Leaderboards panel is closed */
HudTabMenu_Closed: () => void;

/** Fired when the HUD leaderboards panel gains mouse input */
HudTabMenu_OnMouseActive: () => void;

/** Fired when the HUD leaderboards panel should show the end of run panel */
EndOfRun_Show: (reason: import('common/timer').EndOfRunShowReason) => void;

Expand Down

0 comments on commit 83960ea

Please sign in to comment.