Skip to content

Commit

Permalink
Update default control setting to mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Jan 14, 2024
1 parent a27418e commit 93de9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/game/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const settingsList: Record<string, SettingType> = {
{ name: 'Mouse Only', value: 'mouse' },
{ name: 'Mouse + Keys', value: 'keys' },
],
default: 'keys',
default: 'mouse',
},
sound: {
name: 'Sound',
Expand Down

0 comments on commit 93de9b4

Please sign in to comment.