Skip to content

Commit

Permalink
add missing F4 key
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Aug 13, 2024
1 parent defc133 commit 532d4d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class UI {
{"tool_player", ImGuiKey_F1},
{"tool_map", ImGuiKey_F2},
{"tool_tools", ImGuiKey_F3},
{"tool_level", ImGuiKey_F4},
{"toggle_ui", ImGuiKey_F10},
{"toggle_noclip", ImGuiMod_Ctrl | ImGuiKey_F},
{"toggle_godmode", ImGuiMod_Ctrl | ImGuiKey_G},
Expand Down

0 comments on commit 532d4d3

Please sign in to comment.