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
I have a world with an enclosing static wall that im trying to make responsive. Currently im setting new vertices using setVertices for the top and bottom wall inside a resize event handler but by doing so causes all bodies in the world to start moving.
I have a world with an enclosing static wall that im trying to make responsive. Currently im setting new vertices using
setVertices
for the top and bottom wall inside a resize event handler but by doing so causes all bodies in the world to start moving.Is there a way around this?
The text was updated successfully, but these errors were encountered: