using Godot; public partial class HealthbarProgress : TextureProgressBar { public void UpdateBar(int amount, int full) { Value = amount; } }