diff options
author | tpart <tpart120@proton.me> | 2024-09-17 15:55:43 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-17 15:56:20 +0200 |
commit | c953a601500eead8161baf012e338e3ea496ceaf (patch) | |
tree | 59867880437e86d4e1b74720210c70770b50852f /client/project.godot | |
parent | ea5e8bad363a6e490c787b0e5f13bb6defd4c450 (diff) | |
download | hurrycurry-c953a601500eead8161baf012e338e3ea496ceaf.tar hurrycurry-c953a601500eead8161baf012e338e3ea496ceaf.tar.bz2 hurrycurry-c953a601500eead8161baf012e338e3ea496ceaf.tar.zst |
Refactor hints system to use new input manager; Add input manager helper function; Fix lots of bugs; Update translations
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/project.godot b/client/project.godot index 00a959e0..224839ef 100644 --- a/client/project.godot +++ b/client/project.godot @@ -193,6 +193,13 @@ scroll_up={ "events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null) ] } +menu={ +"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":4194305,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":true,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":true,"script":null) +] +} [internationalization] |