diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-04 20:09:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-04 20:09:04 +0200 |
commit | 2a8ef1ed01cf91698008717fa7338e1e3c35de0f (patch) | |
tree | 4a305caba64047ccd272d146733144ad26aa2fb3 /client/project.godot | |
parent | efe4ba0ca528218d8766be3d54e354eb599cfc67 (diff) | |
download | hurrycurry-2a8ef1ed01cf91698008717fa7338e1e3c35de0f.tar hurrycurry-2a8ef1ed01cf91698008717fa7338e1e3c35de0f.tar.bz2 hurrycurry-2a8ef1ed01cf91698008717fa7338e1e3c35de0f.tar.zst |
Implement workaround for misdetected joypads
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/project.godot b/client/project.godot index 754c7e21..3638f83e 100644 --- a/client/project.godot +++ b/client/project.godot @@ -23,6 +23,7 @@ config/icon="res://icon.png" Global="*res://global.gd" Server="*res://server.gd" Sound="*res://audio/sound.tscn" +DisableWrongJoypads="*res://disable_wrong_joypads.gd" [display] |