플레이어 사망 애니메이션 적용
부활 시 다시 일어나기 추가
This commit is contained in:
@@ -236,6 +236,7 @@ public class NetworkPlayerController : NetworkBehaviour, ITeamMember, IDamageabl
|
||||
transform.rotation = spawnPoint.transform.rotation;
|
||||
}
|
||||
|
||||
_animator.SetTrigger("Revive");
|
||||
Debug.Log($"<color=green>[Player] {gameObject.name} 리스폰!</color>");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user