diff options
author | tpart <tpart120@proton.me> | 2024-08-31 12:29:03 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-31 12:29:03 +0200 |
commit | d765bd2fc2cc303bf14699f32d93be8f448c4bfd (patch) | |
tree | 7aaa6abd376db5dd4b438af72f294707c9211c24 /client/project.godot | |
parent | a141386e13192937d7d34d05733061f7fb2fe19b (diff) | |
download | hurrycurry-d765bd2fc2cc303bf14699f32d93be8f448c4bfd.tar hurrycurry-d765bd2fc2cc303bf14699f32d93be8f448c4bfd.tar.bz2 hurrycurry-d765bd2fc2cc303bf14699f32d93be8f448c4bfd.tar.zst |
Add input manager singleton
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 1d2c7aa6..d0f35b17 100644 --- a/client/project.godot +++ b/client/project.godot @@ -23,6 +23,7 @@ Global="*res://global.gd" Server="*res://server.gd" Sound="*res://audio/sound.tscn" DisableWrongJoypads="*res://disable_wrong_joypads.gd" +InputManager="*res://menu/input/input_manager.gd" [display] |