Hi!
Is there a way to pick the nearest object in a certain direction?
For example, pick the nearest card object whose X is smaller than self.x (assuming there are several card objects whose X is smaller than self, I want to pick the nearest of them)
Thanks :-)