업그레이드 팝업 폴리싱
- 레이아웃 수정 및 아이콘 추가
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Northbound
|
||||
// 비용
|
||||
if (_costText != null)
|
||||
{
|
||||
_costText.text = $"Cost: {_upgradeData.mana}";
|
||||
_costText.text = $"{_upgradeData.mana}";
|
||||
}
|
||||
|
||||
// 구매 가능 여부 확인 (비용 체크 포함)
|
||||
|
||||
Reference in New Issue
Block a user