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