This commit is contained in:
huyulong 2024-12-29 20:25:41 +08:00
commit 5101cb63bd

View File

@ -444,7 +444,7 @@ public class ZZUIManager : MonoBehaviour
if (Warn_Tip.activeSelf && (Input.GetMouseButtonDown(0) || Input.GetMouseButtonDown(1) || Input.GetMouseButtonDown(2))) if (Warn_Tip.activeSelf && (Input.GetMouseButtonDown(0) || Input.GetMouseButtonDown(1) || Input.GetMouseButtonDown(2)))
{ {
Warn_Tip.SetActive(false); Warn_Tip.SetActive(false);
DiaLogBox.gameObject.SetActive(true);
//// ////
//foreach (var npcDict in NPCController.instance.npcsList) //foreach (var npcDict in NPCController.instance.npcsList)
//{ //{
@ -531,6 +531,7 @@ public class ZZUIManager : MonoBehaviour
Debug.LogError(NPCdian[i]); Debug.LogError(NPCdian[i]);
} }
DiaLogBox.SetActive(false); DiaLogBox.SetActive(false);
DiaLogBox2.SetActive(true);
} }
}); });
//ÌݶÓÑ¡Ôñ¶ÓÐÎ //ÌݶÓÑ¡Ôñ¶ÓÐÎ
@ -940,7 +941,7 @@ public class ZZUIManager : MonoBehaviour
Command02.SetActive(false); Command02.SetActive(false);
isEnd = false; isEnd = false;
StopCoroutine(Flicker()); StopCoroutine(Flicker());
DiaLogBox.gameObject.SetActive(true); Warn_Tip.gameObject.SetActive(true);
} }
else else
{ {