diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-08 14:56:28 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-08 14:56:28 -0600 |
commit | 20be44ab48c3c8ec94f7eecddd48fc0c5ae18c6e (patch) | |
tree | d78962571412f1e05006f6f38b46c567e707487e /src/settings.c | |
parent | cbc6853814b0d1c4cd58784ee8e5c619c6491323 (diff) |
Shot gun thingy working
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 a8f3978..ceda921 100644 --- a/src/settings.c +++ b/src/settings.c @@ -2,8 +2,8 @@ void initSettings(Settings * settings) { *settings = (Settings){ - .controlMode = JOYSTICK_CONTROL, - .mouseSensitivity = 0.3, + .controlMode = KEYBOARD_AND_MOUSE_CONTROL, + .mouseSensitivity = 0.1, .scrollBarSpeed = 10.0, .gamePadNum = 0, .pitchStick = 1, |