7-28-25 @ 11:39pm

This commit is contained in:
2025-07-28 23:39:40 -04:00
parent f351f0ade9
commit 41b5c34e70
30 changed files with 669 additions and 402 deletions

View File

@@ -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();