Re: Problems with collision response

2010-01-17 Thread Joabos
Diez B. Roggisch-2 wrote: > > Am 17.01.10 15:14, schrieb Joabos: >> >> I'm doing a project, and I need to insert collision detection and >> response on >> it. Here's the code. What am I doing wrong? > > Not telling us what's happening, and w

Problems with collision response

2010-01-17 Thread Joabos
I'm doing a project, and I need to insert collision detection and response on it. Here's the code. What am I doing wrong? #Update all sprites, map self.player.update(dt) #Collide other sprites collisions = rabbyt.collisions.aabb_collide_single(self.player, sel