aboutsummaryrefslogtreecommitdiff
path: root/src/settings.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-09-08 14:56:28 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-09-08 14:56:28 -0600
commit20be44ab48c3c8ec94f7eecddd48fc0c5ae18c6e (patch)
treed78962571412f1e05006f6f38b46c567e707487e /src/settings.c
parentcbc6853814b0d1c4cd58784ee8e5c619c6491323 (diff)
Shot gun thingy working
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c4
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,