1 decade ago by tapwater
I'm trying to get a specific entity to start at a certain rotation. I'm using the Box2D plugin. Is there a way to do this?
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(this.body.GetPosition(), angle you want );
angle
with a numerical radian value.ig.system.context.rotate(this.angle * Math.PI / 180);