galaxykate / BotPrintEvolved

0 stars 1 forks source link

Small enhancement to the boxWorld.addObject() method #33

Closed relimited closed 10 years ago

relimited commented 10 years ago

Adds a density, friction and restitution paramter to the boxWorld.addObjects() method, which allows for some more control over the box2D model. These parameters set the (you guessed it) density, friction and restitution of the object that you want to create.

(4/16/14)