You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found body.revive(x, y); which does what I want it to do, but the coordinates are off for circle bodies, seems to be aligning to center, rather than top-left (which is what happens at circle body creation).
setPosition does work. They are box2d coordinates. Either you have to do x/ratio and y/ratio or use B2FlxV2. Every shape in Box2D is aligned center. I should introduce a new method to do top-left positioning.
Tried setPosition and position.set but they seem to have no effect.
The text was updated successfully, but these errors were encountered: