diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-04 12:53:09 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-04 12:53:09 -0300 |
| commit | 7dbe2bbe431f77deb3515e5cf0810cfa07215d59 (patch) | |
| tree | ae8ce82e3dced8afa6f5d90d2c89e7333c3fb49c /scripts | |
| parent | 02fb9a7221414e62261ed7e0bb34523cc271fbae (diff) | |
Esqueci de atualizar HUD
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/GUI/Hud.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/GUI/Hud.cs b/scripts/GUI/Hud.cs index 5f49121..614fa5e 100644 --- a/scripts/GUI/Hud.cs +++ b/scripts/GUI/Hud.cs @@ -7,7 +7,7 @@ public partial class Hud : Node public override void _Ready() { base._Ready(); - hpBar = GetNode<TextureProgressBar>("InfoBar/Stats/MarginContainer/HBoxContainer/HPbar"); + hpBar = GetNode<TextureProgressBar>("VBoxContainer/InfoBar/Stats/MarginContainer/HBoxContainer/AspectRatioContainer/HPbar"); } public void OnHealthChanged(int hp, int maxHp) { |
