amkazan Posted October 9, 2015 Share Posted October 9, 2015 1) i have a structure: world - stageGroup - boxGroup - 3 sprites when i scale stageGroup 3 sprites do resize, but their debug boxes don't, so the collision system doesn't work. what do you think can be the problem? Link to comment Share on other sites More sharing options...
denitz666 Posted October 13, 2015 Share Posted October 13, 2015 You have to re adjust their body rects.try this after scaling sprite.body.setSize(sprite.getLocalBounds().width, sprite.getLocalBounds().height); Link to comment Share on other sites More sharing options...
Recommended Posts