diff --git a/project.godot b/project.godot index ff7ca890a..f24dba758 100644 --- a/project.godot +++ b/project.godot @@ -775,10 +775,6 @@ clone_frame={ "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"command_or_control_autoremap":true,"alt_pressed":false,"shift_pressed":true,"pressed":false,"keycode":4194311,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) ] } -manage_frame_tags={ -"deadzone": 0.5, -"events": [] -} move_frame_left={ "deadzone": 0.5, "events": [] diff --git a/src/Autoload/Global.gd b/src/Autoload/Global.gd index cfbde1e27..356559c80 100644 --- a/src/Autoload/Global.gd +++ b/src/Autoload/Global.gd @@ -795,7 +795,6 @@ func _initialize_keychain() -> void: "add_frame": Keychain.InputAction.new("", "Buttons"), "remove_frame": Keychain.InputAction.new("", "Buttons"), "clone_frame": Keychain.InputAction.new("", "Buttons"), - "manage_frame_tags": Keychain.InputAction.new("", "Buttons"), "move_frame_left": Keychain.InputAction.new("", "Buttons"), "move_frame_right": Keychain.InputAction.new("", "Buttons"), "go_to_first_frame": Keychain.InputAction.new("", "Buttons"),