fixed chest, improved ui, improved difficulty

This commit is contained in:
TAASONI3
2023-12-23 21:19:05 +01:00
parent 989732ff97
commit bf705a52a8
39 changed files with 6351 additions and 5676 deletions

View File

@@ -145,7 +145,7 @@ namespace Assets.Scripts
}
if (image != null)
{
gameObject.GetComponent<RawImage>().texture = image;
gameObject.transform.Find("slotItem").GetComponent<RawImage>().texture = image;
}
}