Friday, 08 August 2025 03:00:40
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user