kay Posted June 13, 2014 Share Posted June 13, 2014 I need a ~20px smaller body than my sprite size, is this possible with the "simpler" physics engines? Link to comment Share on other sites More sharing options...
lewster32 Posted June 13, 2014 Share Posted June 13, 2014 Yes, use body.setSize like so:sprite.body.setSize(sprite.width - 40, sprite.height - 40, 20, 20); Link to comment Share on other sites More sharing options...
Recommended Posts