Friday, 08 August 2025 03:00:40

This commit is contained in:
2025-08-08 03:04:58 -04:00
parent d00ab15640
commit 7d95468603

View File

@@ -282,7 +282,7 @@ public partial class Manager : Node
RemoveChild(BALLSSPRITE);
}
// _ballReturn._returnCount = _balls.Where(b => b._potted).ToList().Count;
_ballReturn._returnCount = _balls.Where(b => b._potted).ToList().Count;
// _ready = _ballReturn._returnCount > 0;
}
@@ -321,7 +321,7 @@ public partial class Manager : Node
CallDeferred(MethodName.AddChild, ballSprite);
}
// _ballReturn._returnCount = _balls.Where(b => b._potted).ToList().Count;
_ballReturn._returnCount = _balls.Where(b => b._potted).ToList().Count;
// _ready = _ballReturn._returnCount > 0;