챕터 포탈 활성화 시 캐릭터 입장하면 다음 챕터로

This commit is contained in:
Ino 2025-03-17 07:55:28 +09:00
parent f63fec6be5
commit 796f591a93
2 changed files with 3 additions and 7 deletions

View File

@ -70,10 +70,4 @@ messageinfo 엄청 느린 버그
웨이포인트 포탈 몸으로 터치 시 웨이포인트 이동 UI 노출
- 던전 이동은 못하게
챕터 포탈 활성화 시 터치하면 다음 챕터로
UI
몬스터 & 장비 도감
- 모두 받기
- 수집률
- 통합...

View File

@ -16,7 +16,9 @@ public class ChapterPortal : MonoBehaviour
if(pcactor && !pcactor.IsEnemy())
{
if (go_nextchapter.activeSelf)
{ // TODO 정인호 : 다음 챕터로 (팝업으로 물어보기)
{ // 다음 챕터로 (팝업으로 물어보기)
MyValue.MyChoiceMapData.n_PortalIndex = 0;
InGameInfo.Ins.Load_Map(MyValue.MyChoiceMapData.n_MapID + 1);
}
else
{ // 보스를 처치하세요.