feat: 스테이지 1,2 맵 내의 추락 dead zone 지정 및 캐릭터 사망 시 UI 노출 이벤트 추가

This commit is contained in:
aube.lee
2025-02-20 14:22:59 +09:00
parent 2ba06148a1
commit bd76108c59
6 changed files with 231 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ namespace TON
{
if (animator.TryGetComponent(out CharacterBase character))
{
character.Dead();
character.DestroyDead();
}
}
}