This commit is contained in:
2026-04-25 18:20:16 +07:00
parent 62cdf7c754
commit 034b9599f3
24 changed files with 1359 additions and 201 deletions

View File

@@ -23,7 +23,6 @@ namespace UI
var root = hudDocument.rootVisualElement;
// Tìm các thành phần UI theo Name (Bạn cần đặt tên này trong UXML)
_healthFill = root.Q<VisualElement>("health-fill");
_staminaFill = root.Q<VisualElement>("stamina-fill");
_healthText = root.Q<Label>("health-text");