This commit is contained in:
CortexCore
2023-10-24 23:37:59 +08:00
parent 325f63d6bc
commit 3e39e627bc
388 changed files with 29043 additions and 889 deletions

View File

@@ -27,7 +27,6 @@ namespace BITFALL.UX
[Header(Constant.Header.Input)]
[SerializeField] private InputActionReference returnAction;
[SerializeField] private InputActionReference inventoryAction;
public InputActionGroup inputActionGroup;
protected override void Start()
{
@@ -42,12 +41,6 @@ namespace BITFALL.UX
};
OnDisconnected();
}
protected override void OnEntryOrExit(bool isEntry)
{
inputActionGroup.allowInput.SetElements(this, isEntry);
}
private void OnConnected()
{
backgroundImage.SetActive(false);