first person cam proof of concept

This commit is contained in:
madeline
2026-04-06 22:52:20 -07:00
parent f489cc2786
commit c6d65de5af
4 changed files with 33 additions and 0 deletions
+3
View File
@@ -65,6 +65,9 @@ struct UserSettings {
// Controls
ConfigVar<bool> enableTurboKeybind;
// VR
ConfigVar<bool> vrCamera;
} game;
};