ippa / jaws

Jaws - HTML5 canvas javascript 2D Game Framework
https://jawsjs.ippa.se
GNU Lesser General Public License v3.0
364 stars 75 forks source link

FIX jaws.collide with arrays of circles #110

Closed belen-albeza closed 10 years ago

belen-albeza commented 10 years ago

jaws.collide doesn't work when colliding a circle vs a list of circles or a list of circles vs another list of circles. This patch fixes:

PS: I haven't run build.rb, so if this pull request gets through, it will need to be re-run.

ippa commented 10 years ago

Thanks! =) new build up.

belen-albeza commented 10 years ago

Thanks to you for the awesome lib :) :+1: