diff options
author | tpart <tpart120@proton.me> | 2024-09-06 21:55:09 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-06 21:55:09 +0200 |
commit | af108805c8fd87a9d20a8df02072f224d2cd3417 (patch) | |
tree | 85edf0f9205ed7778ab37a88d6fc8c39ff42ab7d | |
parent | c7c68b0e78a557b8fbbf0792213fde28a7a05b97 (diff) | |
download | hurrycurry-af108805c8fd87a9d20a8df02072f224d2cd3417.tar hurrycurry-af108805c8fd87a9d20a8df02072f224d2cd3417.tar.bz2 hurrycurry-af108805c8fd87a9d20a8df02072f224d2cd3417.tar.zst |
Toggle chat with KpEnter
-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 65ff288c..61010051 100644 --- a/client/project.godot +++ b/client/project.godot @@ -135,6 +135,7 @@ chat={ "deadzone": 0.5, "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194309,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":4,"pressure":0.0,"pressed":true,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194310,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) ] } reset={ |