I'd like to know if anyone could help me.
As far as I know this is not possible yet.
I want to set this inside of construct rather than outside.
Box2D.Common.b2Settings.b2_maxTranslation = 10.0;
It is by default..
Box2D.Common.b2Settings.b2_maxTranslation = 2.0;
Possibly something I can add on the event sheet and then set the value from 2.0 to any number . Pref 10.0.
What I have been doing so far is exporting construct and then editing the .js file at the "Box2D.Common.b2Settings.b2_maxTranslation = 2.0;" point to "Box2D.Common.b2Settings.b2_maxTranslation = 10.0;" and it gives me my desired results but I'd much rather be able to do so inside of construct so I can use the Preview.
Thanks so much in advance.