fix:修复第二关宝石卡住问题

This commit is contained in:
bzx
2025-10-09 11:08:08 +08:00
parent d0de2800d6
commit df446a618c
7 changed files with 87 additions and 11 deletions

View File

@@ -83,6 +83,9 @@ public class GameManager : MonoBehaviour
//HUDPanel.Show();
//taskManager.bg.SetActive(true);
//CreateEnemy(GameLocal.Ins.enemyPos.position, new Vector3(0,180,0));
//宝石任务
// enemy.SetState(1);
// taskManager.curTaskId = 1;
//拔萝卜任务
// enemy.SetState(2);
// taskManager.curTaskId = 2;