GuiManager

This commit is contained in:
Janis
2023-02-22 14:23:26 +01:00
parent a2e4459b5c
commit 50916358f2
8 changed files with 212 additions and 5 deletions

View File

@@ -35,6 +35,11 @@ public class PlayerController : MonoBehaviour
}
}
if (Input.GetKeyDown(KeyCode.Tab))
{
GuiManager.Instance.TogglePanel("Inventory");
}
//! DEBUG
if (Input.GetKeyDown(KeyCode.U))
{