add keyboard controls + roll support to fly cam (#705)

This commit is contained in:
Howard Luck
2026-05-07 23:04:29 -06:00
committed by GitHub
parent 9c24a0bc4b
commit 6cfdc3d8a3
5 changed files with 86 additions and 15 deletions
+1
View File
@@ -134,6 +134,7 @@ struct UserSettings {
ConfigVar<bool> invertCameraYAxis;
ConfigVar<float> freeCameraSensitivity;
ConfigVar<bool> debugFlyCam;
ConfigVar<bool> debugFlyCamLockEvents;
// Cheats
ConfigVar<bool> infiniteHearts;