Changed player to new one

This commit is contained in:
Marco 2025-03-02 11:58:30 +01:00
commit 1c1436a539
27 changed files with 323 additions and 87 deletions

View file

@ -88,7 +88,8 @@ public partial class Hud : CanvasLayer
public void HideGameOver()
{
_gameOverPanel.Hide();
_playerDead = false;
}
public void UpdateHealth(float newHealth, float maxHealth)