diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-21 00:12:00 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-21 00:12:00 -0600 |
commit | d4b40dcf7589bef2bbd0b6b940ee992da9db2343 (patch) | |
tree | 42756cfe9a23382bc406732fdfeccce64fddb6d4 /src/settings.c | |
parent | 43e31b6e124da754ef928d22fbb9a1d7640aab4b (diff) |
Working collision system
Diffstat (limited to 'src/settings.c')
-rw-r--r-- | src/settings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.c b/src/settings.c index 831ccc3..5b91f65 100644 --- a/src/settings.c +++ b/src/settings.c @@ -10,8 +10,8 @@ void initSettings(Settings * settings) { .yawStick = 0, .rollStick = 2, .speedStick = 3, - .joystickSensitivity = 1.0, - .fps = 60, + .joystickSensitivity = 0.5, + .fps = 0, .drawFps = true }; } |