Fix input duplication

This commit is contained in:
2023-07-16 10:23:49 -07:00
parent 02674dc005
commit 9aae6f7ca7
4 changed files with 16 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ config_version=5
config/name="Sandbox"
run/main_scene="res://Scenes/Main.tscn"
config/features=PackedStringArray("4.1", "C#", "Forward Plus")
config/features=PackedStringArray("4.0", "C#", "Forward Plus")
[dotnet]
@@ -81,5 +81,6 @@ shoot={
switch={
"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":88,"key_label":0,"unicode":120,"echo":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":3,"pressure":0.0,"pressed":true,"script":null)
]
}