Invert First Person Aiming (#870)

- Inverts first person aiming on either axis, for both stick and gyro controls

Could be separated from gyro if desirable, but I think it makes the most sense to have it apply to both
This commit is contained in:
SuperDude88
2026-05-10 21:00:20 -04:00
committed by GitHub
parent 08c7261262
commit 1b4a842eec
5 changed files with 15 additions and 4 deletions
+2
View File
@@ -144,6 +144,8 @@ struct UserSettings {
ConfigVar<bool> freeCamera;
ConfigVar<bool> invertCameraXAxis;
ConfigVar<bool> invertCameraYAxis;
ConfigVar<bool> invertFirstPersonXAxis;
ConfigVar<bool> invertFirstPersonYAxis;
ConfigVar<float> freeCameraSensitivity;
ConfigVar<bool> debugFlyCam;
ConfigVar<bool> debugFlyCamLockEvents;