更新game HUD 界面

This commit is contained in:
2026-07-04 12:15:13 +08:00
parent 58d1f54e0d
commit 0b6dc2653f
21 changed files with 5347 additions and 597 deletions
@@ -7,8 +7,8 @@ namespace IndianOceanAssets.Engine2_5D
{
[Range(1, 100)]
[SerializeField]
private int maxHealth = 100; // Maximum health
private int health = 100; // Current health
private int maxHealth = 5; // Maximum health
private int health = 5; // Current health
[SerializeField]
private GameObject deathEffect; // Effect prefab on death