From 532d4d3a4c83fc047c093c7673bff8fcf438e340 Mon Sep 17 00:00:00 2001 From: Dregu Date: Tue, 13 Aug 2024 05:28:43 +0300 Subject: [PATCH] add missing F4 key --- ui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui.h b/ui.h index 5a9cef2..cfd2510 100644 --- a/ui.h +++ b/ui.h @@ -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},