probably fixed stuttering of the camera and weapon animations

This commit is contained in:
2026-03-18 11:02:08 +01:00
parent 50de6abb5d
commit e51ef5a517
6 changed files with 112 additions and 114 deletions

View File

@@ -76,6 +76,5 @@ public partial class PlayerUi : Control
public void OnManaChanged(float newValue)
{
_manabar.CurrentHealth = newValue;
GD.Print("mana changed");
}
}