Disable Main HUD Feature

This commit is contained in:
MelonSpeedruns
2026-04-14 15:43:52 -04:00
parent 5c9af2ea64
commit 0f32b444a1
4 changed files with 16 additions and 0 deletions
+6
View File
@@ -83,6 +83,12 @@ namespace dusk {
config::ImGuiCheckbox("Invert Camera X Axis", getSettings().game.invertCameraXAxis);
config::ImGuiCheckbox("Disable Main HUD", getSettings().game.disableMainHUD);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Disables the main HUD of the game.\n"
"Useful for recording or a more immersive experience!");
}
ImGui::EndMenu();
}