Skip to content

Commit

Permalink
Adds tooltip to free camera (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatArgorath authored Jul 18, 2022
1 parent 9e8335c commit c65a40f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libultraship/libultraship/ImGuiImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit c65a40f

Please sign in to comment.