From 556fc4b46705ecd42f51e81bfdb85a08c6d79125 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Tue, 4 Jun 2024 00:41:27 +0300 Subject: [PATCH] Remove unused "manage_frame_tags" shortcut --- project.godot | 4 ---- src/Autoload/Global.gd | 1 - 2 files changed, 5 deletions(-) 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"),