mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-06 01:48:14 -04:00
Only move freecam when holding right click
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user