7-28-25 @ 11:39pm
This commit is contained in:
@@ -77,9 +77,9 @@ public partial class Cue : Sprite2D
|
||||
//_progressBar.Hide();
|
||||
}
|
||||
|
||||
public void Don(Ball CUEBALL)
|
||||
public void Don(Vector2 POSITION)
|
||||
{
|
||||
Position = CUEBALL.Position;
|
||||
Position = POSITION;
|
||||
_donned = true;
|
||||
SetProcess(true);
|
||||
Show();
|
||||
|
||||
Reference in New Issue
Block a user