보스 등장

This commit is contained in:
Ino 2026-01-14 07:25:49 +09:00
parent 1ee80a8814
commit 1561b52fe1
2 changed files with 6 additions and 1 deletions

View File

@ -11,7 +11,6 @@
- 지그재그
- 랜덤
보스 등장
고찰
- 에임을 마우스 찍은 곳으로 lookat 하면 안되나?

View File

@ -102,6 +102,12 @@ public class IngameMgr : MonoBehaviourSingletonTemplate<IngameMgr>
}
}
if (CurStageData.dic_boss.ContainsKey(m_Wave))
{
var mobdata = table_monster.Ins.Get_Data(CurStageData.dic_boss[m_Wave]);
GetMob(mobdata).Set(mobdata, tf_fence.position.y);
}
yield return new WaitForSeconds(wavedata.f_NextWaveDelay);
++m_Wave;
Set_Texts();