in scripts/Ball.cs [26:30]
public void Reset(Vector2 direction) { Direction = direction; Position = StartingPoint; }