fix:调整目标朝向问题

This commit is contained in:
bzx
2025-08-29 18:41:53 +08:00
parent 40eacaebc5
commit a56b727086
10 changed files with 133 additions and 83 deletions

View File

@@ -81,6 +81,7 @@ public class HUDPanel : MonoBehaviour
EventDispatcher.AddEventListener<int>("UserGun", UserGun);
EventDispatcher.AddEventListener<int>("WinRound", ShowWinRound);
EventDispatcher.AddEventListener<int>("ChangeGunIcon", ChangeGunIcon);
LessTimeText.text = "10:00";
}
public void HpChange(float currentHp, float maxHp)