Merge pull request #380 from TwilitRealm/feature/disable-main-hud

Disable Main HUD Feature
This commit is contained in:
TakaRikka
2026-04-14 20:03:23 -07:00
committed by GitHub
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();
}