fixed chest, improved ui, improved difficulty
This commit is contained in:
@@ -145,7 +145,7 @@ namespace Assets.Scripts
|
||||
}
|
||||
if (image != null)
|
||||
{
|
||||
gameObject.GetComponent<RawImage>().texture = image;
|
||||
gameObject.transform.Find("slotItem").GetComponent<RawImage>().texture = image;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user