Update
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user