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
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