aboutsummaryrefslogtreecommitdiff
path: root/src/settings.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-08-04 01:26:17 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-08-04 01:26:17 -0600
commit2849ccc2afcf89c46a9471b787b1ab14959637ae (patch)
tree6f77772da8e7004d6918b513ac3b82e5aae78b83 /src/settings.c
parent6d7842484434d1d3f4265194ba87db6afff3186b (diff)
After lots of time got the circle thingy working
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c
index 16c1ec3..5b91f65 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -2,7 +2,7 @@
void initSettings(Settings * settings) {
*settings = (Settings){
- .controlMode = KEYBOARD_AND_MOUSE_CONTROL,
+ .controlMode = JOYSTICK_CONTROL,
.mouseSensitivity = 0.05,
.scrollBarSpeed = 10.0,
.gamePadNum = 0,