improvements to magic attacks, full arena logic, improvements to NPCs fresnel rendering for targetting

This commit is contained in:
2025-05-23 09:54:57 +02:00
parent 2705b6c4cb
commit abc5ef0332
6 changed files with 673 additions and 237 deletions

View File

@@ -126,7 +126,7 @@ namespace Beyond
}
[Button]
private void Respawn()
public void Respawn()
{
transform.position = respawnPos;
if (m_player)