removed not needed tooltip

This commit is contained in:
TAASONI3
2023-12-26 19:40:38 +01:00
parent bf705a52a8
commit a8c4cdcf3c
7 changed files with 122 additions and 92 deletions

View File

@@ -26,15 +26,12 @@ namespace Assets.Scripts
public int currentBag = -1;
TooltipHandler tooltip;
public GameObject currentSlot;
// Start is called before the first frame update
void Start()
{
createStatBoost();
tooltip = GameObject.Find("TooltipHandler").GetComponent<TooltipHandler>();
itemDisplay.transform.localScale = new Vector3(0,0,0);
changeCurrentBag(0);
}