데이터 파이프라인 추가 및 수정 + 크립 및 크립 캠프 배치 자동화
Hierachy > System > MapGenerator 에서 크립 관련 변수 설정 가능 Kaykit PlantWarrior 애셋 추가
This commit is contained in:
@@ -60,6 +60,7 @@ namespace Northbound
|
||||
if (buildingData == null) return;
|
||||
|
||||
// 아이콘 설정
|
||||
/*
|
||||
if (iconImage != null && buildingData.icon != null)
|
||||
{
|
||||
iconImage.sprite = buildingData.icon;
|
||||
@@ -69,7 +70,8 @@ namespace Northbound
|
||||
{
|
||||
iconImage.enabled = false;
|
||||
}
|
||||
|
||||
*/
|
||||
iconImage.enabled = false;
|
||||
// 이름 설정
|
||||
if (nameText != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user