1 decade ago by Bricky
Hello,
how to change position of entitiy in Box2D?
pos.x, pox.y not working.
how to change position of entitiy in Box2D?
pos.x, pox.y not working.
This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact
this.body.SetXForm(new b2.Vec2( pos.x, pos.y ), 0);