Adds tooltip to free camera (#795)

This commit is contained in:
Ada
2022-07-19 00:23:28 +01:00
committed by GitHub
parent 9e8335c1f0
commit c65a40f432

View File

@@ -1202,6 +1202,7 @@ namespace SohImGui {
Tooltip("Holding down B skips text\nKnown to cause a cutscene softlock in Water Temple\nSoftlock can be fixed by pressing D-Right in Debug mode");
EnhancementCheckbox("Free Camera", "gFreeCamera");
Tooltip("Enables camera control\nNote: You must remap C buttons off of\nthe right stick in the controller\nconfig menu, and map the camera stick\nto the right stick.");
ImGui::EndMenu();
}