업그레이드 팝업 폴리싱

- 레이아웃 수정 및 아이콘 추가
This commit is contained in:
BoyongHwang
2026-02-23 20:35:16 +09:00
parent 363bdcf992
commit 194bde37ec
8 changed files with 470 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ namespace Northbound
// 비용
if (_costText != null)
{
_costText.text = $"Cost: {_upgradeData.mana}";
_costText.text = $"{_upgradeData.mana}";
}
// 구매 가능 여부 확인 (비용 체크 포함)