add: player UI

update: some enemies balance
This commit is contained in:
KOSMOGOR
2025-04-28 14:20:49 +03:00
parent a8cce441c3
commit d4589318f2
9 changed files with 550 additions and 17 deletions
+2
View File
@@ -16,4 +16,6 @@ public class Player : MonoBehaviour
FindAnyObjectByType<LevelController>().OnPlayerDie();
}
}
public float GetHp() { return hp; }
}