diff --git a/Assets/Ino_nerdnavis.txt b/Assets/Ino_nerdnavis.txt index 922f2cba1..196aaaa6b 100644 --- a/Assets/Ino_nerdnavis.txt +++ b/Assets/Ino_nerdnavis.txt @@ -72,5 +72,9 @@ messageinfo 엄청 느린 버그 - 던전 이동은 못하게 챕터 포탈 활성화 시 터치하면 다음 챕터로 -로딩 UI - - 일러스트 로드 (최초 Start, 로딩 끌 때) \ No newline at end of file +UI + - 몬스터 도감 + - 장비 도감 + - 유물 도감 + - 정수 연구 + - 던전1, 2, 3 \ No newline at end of file diff --git a/Assets/Script/Map/ChapterPortal.cs b/Assets/Script/Map/ChapterPortal.cs index 2f85057e8..9b58e3896 100644 --- a/Assets/Script/Map/ChapterPortal.cs +++ b/Assets/Script/Map/ChapterPortal.cs @@ -16,7 +16,7 @@ public class ChapterPortal : MonoBehaviour if(pcactor && !pcactor.IsEnemy()) { if (go_nextchapter.activeSelf) - { // 다음 챕터로 + { // TODO 정인호 : 다음 챕터로 (팝업으로 물어보기) } else { // 보스를 처치하세요.