[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Directional collision detection.



Directional test:
if they collided:
  if rect1 further left than rect2:
    return left
etc.