Only move freecam when holding right click

This commit is contained in:
MelonSpeedruns
2026-08-28 13:37:36 -04:00
parent a775418c66
commit 7cc0c07ffb
2 changed files with 10 additions and 5 deletions
+9 -4
View File
@@ -64,10 +64,15 @@ namespace dusk {
if (eventRunning) {
ImGui::SetTooltip("Cannot enable while paused or during an active event.");
} else {
ImGui::SetTooltip("Detach camera and fly freely.\n"
"WASD/Arrows/Left stick: move, Mouse/C-stick: look\n"
"Ctrl/L: down, Space/R: up, Shift/Z: fast\n"
"Q Key/Y: roll left, R Key/X: roll right");
ImGui::SetTooltip("Detach camera and fly freely.\n\n"
"Controls:\n"
"WASD/Arrows/Left stick - Move\n"
"Right Click+Mouse/C-stick - Look\n"
"Ctrl/L - Down\n"
"Space/R - Up\n"
"Shift/Z - Faster\n"
"Q Key/Y - Roll Left\n"
"R Key/X - Roll Right");
}
}
if (eventRunning) {