Boss healthbar
This commit is contained in:
9
Scripts/HealthbarProgress.cs
Normal file
9
Scripts/HealthbarProgress.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
public partial class HealthbarProgress : TextureProgressBar
|
||||
{
|
||||
public void UpdateBar(long amount, long full)
|
||||
{
|
||||
Value = amount;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user