Added camera invert X option to Tweaks menu

This commit is contained in:
MelonSpeedruns
2026-03-31 17:33:28 -04:00
parent 9e298f9228
commit 5fae2be850
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ namespace dusk {
if (ImGui::BeginMenu("Tweaks")) {
ImGui::MenuItem("Fast iron boots", nullptr, &tweaks::FastIronBoots);
ImGui::MenuItem("Invert Camera X Axis", nullptr, &tweaks::InvertCameraXAxis);
ImGui::EndMenu();
}