7-14-25 1:27PM
This commit is contained in:
@@ -8,8 +8,8 @@ public partial class PowerBar : ProgressBar
|
||||
|
||||
}
|
||||
|
||||
public override void _Process(double delta)
|
||||
public override void _Process(double DELTA_)
|
||||
{
|
||||
Value = GetParent().GetNode<Cue>("Cue")._power / GetParent().GetNode<Cue>("Cue")._maxPower * 100;
|
||||
Value = GetParent().GetNode<Actor>("Actor").GetNode<Cue>("Cue")._power / GetParent().GetNode<Actor>("Actor").GetNode<Cue>("Cue")._maxPower * 100;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user