2026-03-28 인벤토리 90%

This commit is contained in:
2026-03-28 15:31:27 +09:00
parent 2050772614
commit 7fe45db079
290 changed files with 18921 additions and 250 deletions

View File

@@ -33,6 +33,13 @@ private void Awake()
ClearSlot();
}
private void Start()
{
if (currentItem != null)
SetItem(currentItem);
}
// 아이템 데이터 설정 및 UI 갱신
public void SetItem(ItemInstance newItem)
{
@@ -73,6 +80,8 @@ public void OnDrop(PointerEventData eventData)
}
public void OnPointerEnter(PointerEventData eventData)
{
Debug.Log("PointerEnter");
if (currentItem != null && currentItem.Data != null)
{
// 드래그 중에는 툴팁 안띄움